->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) {
// 获取当前操作名
lang | zh-cn |
ssid | 524d63a03d4277b45748409a7202a459 |
LoginCaptcha | 202310026459332871 |
USER | www |
HOME | /home/www |
HTTP_COOKIE | lang=zh-cn; ssid=524d63a03d4277b45748409a7202a459 |
HTTP_ACCEPT_ENCODING | gzip |
HTTP_ACCEPT | */* |
HTTP_HOST | www.tiantai.com.cn |
HTTP_USER_AGENT | CCBot/2.0 (https://commoncrawl.org/faq/) |
PATH_INFO | |
REDIRECT_STATUS | 200 |
SERVER_NAME | tiantai.com.cn |
SERVER_PORT | 443 |
SERVER_ADDR | 172.21.126.135 |
REMOTE_PORT | 55134 |
REMOTE_ADDR | 170.130.200.110 |
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/new_tiantai/public |
DOCUMENT_URI | /index.php |
REQUEST_URI | /responsibility.html |
SCRIPT_NAME | /index.php |
CONTENT_LENGTH | |
CONTENT_TYPE | |
REQUEST_METHOD | GET |
QUERY_STRING | s=/responsibility.html |
SCRIPT_FILENAME | /www/wwwroot/new_tiantai/public/index.php |
FCGI_ROLE | RESPONDER |
PHP_SELF | /index.php |
REQUEST_TIME_FLOAT | 1696289520.4325 |
REQUEST_TIME | 1696289520 |