: $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);
});
USER | www |
HOME | /home/www |
FCGI_ROLE | RESPONDER |
SCRIPT_FILENAME | /www/wwwroot/shimukeji.com/public/index.php |
QUERY_STRING | s=/web/jianzhu/web/jianzhu/qualificationdal/id/2.html |
REQUEST_METHOD | GET |
CONTENT_TYPE | |
CONTENT_LENGTH | |
SCRIPT_NAME | /index.php |
REQUEST_URI | /web/jianzhu/web/jianzhu/qualificationdal/id/2.html |
DOCUMENT_URI | /index.php |
DOCUMENT_ROOT | /www/wwwroot/shimukeji.com/public |
SERVER_PROTOCOL | HTTP/1.1 |
REQUEST_SCHEME | http |
GATEWAY_INTERFACE | CGI/1.1 |
SERVER_SOFTWARE | nginx/1.18.0 |
REMOTE_ADDR | 156.254.132.2 |
REMOTE_PORT | 33910 |
SERVER_ADDR | 172.29.227.220 |
SERVER_PORT | 80 |
SERVER_NAME | shimukeji.com |
REDIRECT_STATUS | 200 |
PATH_INFO | |
HTTP_HOST | shengliwudi.com |
HTTP_USER_AGENT | Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html) |
HTTP_REFERER | https://shengliwudi.com |
HTTP_ACCEPT_ENCODING | gzip |
HTTP_CONNECTION | close |
PHP_SELF | /index.php |
REQUEST_TIME_FLOAT | 1660224010.3169 |
REQUEST_TIME | 1660224010 |