$this->request->setAction($actionName);
} catch (ReflectionException $e) {
$reflect = new ReflectionMethod($instance, '__call');
$vars = [$action, $vars];
$this->request->setAction($action);
}
} else {
// 操作不存在
throw new HttpException(404, 'method not exists:' . get_class($instance) . '->' . $action . '()');
}
$data = $this->app->invokeReflectMethod($instance, $reflect, $vars);
return $this->autoResponse($data);
});
}
protected function parseActions($actions)
lang | zh-cn |
ssid | d242a4bf27f9217b23ca8971dad4ab8f |
USER | www |
HOME | /home/www |
HTTP_COOKIE | lang=zh-cn; ssid=d242a4bf27f9217b23ca8971dad4ab8f |
HTTP_ACCEPT_ENCODING | gzip |
HTTP_ACCEPT | */* |
HTTP_HOST | www.tiantai.com.cn |
HTTP_USER_AGENT | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot) |
PATH_INFO | //index/product/tentimes_land4.html |
REDIRECT_STATUS | 200 |
SERVER_NAME | tiantai.com.cn |
SERVER_PORT | 443 |
SERVER_ADDR | 172.21.126.135 |
REMOTE_PORT | 36370 |
REMOTE_ADDR | 173.232.241.66 |
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//index/product/tentimes_land4.html |
REQUEST_URI | /index/product/tentimes_land4.html |
SCRIPT_NAME | /index.php |
CONTENT_LENGTH | |
CONTENT_TYPE | |
REQUEST_METHOD | GET |
QUERY_STRING | |
SCRIPT_FILENAME | /www/wwwroot/new_tiantai/public/index.php |
FCGI_ROLE | RESPONDER |
PHP_SELF | /index.php//index/product/tentimes_land4.html |
REQUEST_TIME_FLOAT | 1734117068.8054 |
REQUEST_TIME | 1734117068 |