: $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-data |
HOME | /var/www |
HTTP_FROM | [email protected] |
HTTP_USER_AGENT | ia_archiver |
HTTP_HOST | aidoc.me |
HTTP_CONNECTION | close |
REDIRECT_STATUS | 200 |
SERVER_NAME | aidoc.me |
SERVER_PORT | 80 |
SERVER_ADDR | 172.31.0.113 |
REMOTE_PORT | 40206 |
REMOTE_ADDR | 54.173.35.129 |
SERVER_SOFTWARE | nginx/1.10.3 |
GATEWAY_INTERFACE | CGI/1.1 |
REQUEST_SCHEME | http |
SERVER_PROTOCOL | HTTP/1.0 |
DOCUMENT_ROOT | /home/data/www/new.aidoc.me/public |
DOCUMENT_URI | /index.php |
REQUEST_URI | /index/user/activity |
SCRIPT_NAME | /index.php |
CONTENT_LENGTH | |
CONTENT_TYPE | |
REQUEST_METHOD | GET |
QUERY_STRING | s=index/user/activity |
SCRIPT_FILENAME | /home/data/www/new.aidoc.me/public/index.php |
PATH_INFO | |
FCGI_ROLE | RESPONDER |
PHP_SELF | /index.php |
REQUEST_TIME_FLOAT | 1569313882.4467 |
REQUEST_TIME | 1569313882 |