->setAction($this->actionName);
}
public function exec()
{
try {
// 实例化控制器
$instance = $this->controller($this->controller);
} catch (ClassNotFoundException $e) {
throw new HttpException(404, 'controller not exists:' . $e->getClass());
}
// 注册控制器中间件
$this->registerControllerMiddleware($instance);
return $this->app->middleware->pipeline('controller')
->send($this->request)
->then(function () use ($instance) {
// 获取当前操作名
PHPSESSID | 1019fedc5a5cb63afff6b31d2eb6f197 |
USER | www |
HOME | /home/www |
HTTP_COOKIE | PHPSESSID=1019fedc5a5cb63afff6b31d2eb6f197 |
HTTP_ACCEPT_ENCODING | gzip |
HTTP_ACCEPT | */* |
HTTP_HOST | www.hangar.com.cn |
HTTP_USER_AGENT | Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07) |
PATH_INFO | |
REDIRECT_STATUS | 200 |
SERVER_NAME | hangar.com.cn |
SERVER_PORT | 80 |
SERVER_ADDR | 10.10.10.10 |
REMOTE_PORT | 36582 |
REMOTE_ADDR | 45.43.236.234 |
SERVER_SOFTWARE | nginx/1.22.0 |
GATEWAY_INTERFACE | CGI/1.1 |
REQUEST_SCHEME | http |
SERVER_PROTOCOL | HTTP/1.1 |
DOCUMENT_ROOT | /www/wwwroot/hangar.com.cn/think/public |
DOCUMENT_URI | /index.php |
REQUEST_URI | /intro/16.html |
SCRIPT_NAME | /index.php |
CONTENT_LENGTH | |
CONTENT_TYPE | |
REQUEST_METHOD | GET |
QUERY_STRING | s=//intro/16.html |
SCRIPT_FILENAME | /www/wwwroot/hangar.com.cn/think/public/index.php |
FCGI_ROLE | RESPONDER |
PHP_SELF | /index.php |
REQUEST_TIME_FLOAT | 1701384545.0652 |
REQUEST_TIME | 1701384545 |