: $this->request->param();
$vars = array_merge($vars, $this->param);
} elseif (is_callable([$instance, '_empty'])) {
// 空操作
$call = [$instance, '_empty'];
$vars = [$this->actionName];
$reflect = new ReflectionMethod($instance, '_empty');
} else {
// 操作不存在
throw new HttpException(404, 'method not exists:' . get_class($instance) . '->' . $action . '()');
}
$this->app['hook']->listen('action_begin', $call);
$data = $this->app->invokeReflectMethod($instance, $reflect, $vars);
return $this->autoResponse($data);
});
PHPSESSID | p2dmksad7k600tpg2cgmgtq8dd |
USER | www |
HOME | /home/www |
HTTP_COOKIE | PHPSESSID=p2dmksad7k600tpg2cgmgtq8dd |
HTTP_ACCEPT_ENCODING | gzip |
HTTP_ACCEPT | */* |
HTTP_HOST | www.hezeshengwu.com |
HTTP_USER_AGENT | Googlebot-Image/1.0 |
PATH_INFO | |
REDIRECT_STATUS | 200 |
SERVER_NAME | hezeshengwu.com |
SERVER_PORT | 443 |
SERVER_ADDR | 192.168.0.97 |
REMOTE_PORT | 42516 |
REMOTE_ADDR | 107.158.144.90 |
SERVER_SOFTWARE | nginx/1.22.1 |
GATEWAY_INTERFACE | CGI/1.1 |
HTTPS | on |
REQUEST_SCHEME | https |
SERVER_PROTOCOL | HTTP/1.1 |
DOCUMENT_ROOT | /www/wwwroot/hezeshengwu.com/public |
DOCUMENT_URI | /index.php |
REQUEST_URI | /pc/news_information/favicon.ico |
SCRIPT_NAME | /index.php |
CONTENT_LENGTH | |
CONTENT_TYPE | |
REQUEST_METHOD | GET |
QUERY_STRING | s=/pc/news_information/favicon.ico |
SCRIPT_FILENAME | /www/wwwroot/hezeshengwu.com/public/index.php |
FCGI_ROLE | RESPONDER |
PHP_SELF | /index.php |
REQUEST_TIME_FLOAT | 1737181844.9004 |
REQUEST_TIME | 1737181844 |
BIND_MODULE | pc |
BIND_CONTROLLER | Index |
BIND_ACTION | index |