foreach ($services as $service) {
$this->app->register($service);
}
}
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 | f211d56fde074fb79e73fa4cbe878fe9 |
USER | nobody |
HOME | / |
HTTP_COOKIE | PHPSESSID=f211d56fde074fb79e73fa4cbe878fe9 |
HTTP_ACCEPT_ENCODING | gzip |
HTTP_ACCEPT | */* |
HTTP_HOST | www.fengyuanhuaxue.com |
HTTP_USER_AGENT | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
REDIRECT_STATUS | 200 |
SERVER_NAME | www.fengyuanhuaxue.com |
SERVER_PORT | 443 |
SERVER_ADDR | 10.19.93.224 |
REMOTE_PORT | 42046 |
REMOTE_ADDR | 23.231.76.26 |
SERVER_SOFTWARE | nginx/1.18.0 |
GATEWAY_INTERFACE | CGI/1.1 |
HTTPS | on |
REQUEST_SCHEME | https |
SERVER_PROTOCOL | HTTP/1.1 |
DOCUMENT_ROOT | /data/user/htdocs/public |
DOCUMENT_URI | /index.php |
REQUEST_URI | /html/news/company/5.html |
SCRIPT_NAME | /index.php |
CONTENT_LENGTH | |
CONTENT_TYPE | |
REQUEST_METHOD | GET |
QUERY_STRING | s=//html/news/company/5.html |
PATH_INFO | |
SCRIPT_FILENAME | /data/user/htdocs/public/index.php |
FCGI_ROLE | RESPONDER |
PHP_SELF | /index.php |
REQUEST_TIME_FLOAT | 1718211614.8739 |
REQUEST_TIME | 1718211614 |