$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)
| USER | www |
| HOME | /home/www |
| HTTP_CONNECTION | Keep-Alive |
| HTTP_HOST | doc.sndxsw.cn |
| HTTP_ACCEPT_ENCODING | zstd, br, gzip |
| HTTP_IF_MODIFIED_SINCE | Wed, 12 Nov 2025 16:54:14 GMT |
| HTTP_ACCEPT_LANGUAGE | en-US,en;q=0.5 |
| HTTP_ACCEPT | text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 |
| HTTP_USER_AGENT | CCBot/2.0 (https://commoncrawl.org/faq/) |
| PATH_INFO | |
| REDIRECT_STATUS | 200 |
| SERVER_NAME | doc.sndxsw.cn |
| SERVER_PORT | 80 |
| SERVER_ADDR | 10.0.16.16 |
| REMOTE_PORT | 47992 |
| REMOTE_ADDR | 18.97.14.88 |
| SERVER_SOFTWARE | nginx/1.19.8 |
| GATEWAY_INTERFACE | CGI/1.1 |
| REQUEST_SCHEME | http |
| SERVER_PROTOCOL | HTTP/1.1 |
| DOCUMENT_ROOT | /www/wwwroot/doc.sndxsw.com/public |
| DOCUMENT_URI | /index.php |
| REQUEST_URI | /user/index.html |
| SCRIPT_NAME | /index.php |
| CONTENT_LENGTH | |
| CONTENT_TYPE | |
| REQUEST_METHOD | GET |
| QUERY_STRING | s=/user/index.html |
| SCRIPT_FILENAME | /www/wwwroot/doc.sndxsw.com/public/index.php |
| FCGI_ROLE | RESPONDER |
| PHP_SELF | /index.php |
| REQUEST_TIME_FLOAT | 1772751945.2798 |
| REQUEST_TIME | 1772751945 |