$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 | 52e20416c6f9694ca7da4fde11680238 |
| sl-session | szZTL8LlqWgAA4gkF/XPpQ== |
| USER | www |
| HOME | /home/www |
| HTTP_COOKIE | lang=zh-cn; ssid=52e20416c6f9694ca7da4fde11680238; sl-session=szZTL8LlqWgAA4gkF/XPpQ== |
| HTTP_ACCEPT_ENCODING | gzip |
| HTTP_ACCEPT | */* |
| 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) |
| HTTP_X_FORWARDED_FOR | 23.231.76.82 |
| HTTP_X_FORWARDED_PROTO | https |
| HTTP_X_FORWARDED_HOST | www.kingenta.com |
| HTTP_HOST | www.kingenta.com |
| PATH_INFO | //news/38.html |
| REDIRECT_STATUS | 200 |
| SERVER_NAME | www.kingenta.com |
| SERVER_PORT | 443 |
| SERVER_ADDR | 10.10.10.6 |
| REMOTE_PORT | 45628 |
| REMOTE_ADDR | 10.10.13.51 |
| 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/jzd/public |
| DOCUMENT_URI | /index.php//news/38.html |
| REQUEST_URI | /news/38.html |
| SCRIPT_NAME | /index.php |
| CONTENT_LENGTH | |
| CONTENT_TYPE | |
| REQUEST_METHOD | GET |
| QUERY_STRING | |
| SCRIPT_FILENAME | /www/wwwroot/jzd/public/index.php |
| FCGI_ROLE | RESPONDER |
| PHP_SELF | /index.php//news/38.html |
| REQUEST_TIME_FLOAT | 1755888958.4905 |
| REQUEST_TIME | 1755888958 |