Github Build Bot c1a877489b update api docs
2022-04-02 17:31:48 +00:00

53 lines
879 B
Markdown

# ZM\Utils\HttpUtil
## parseUri
```php
public function parseUri(mixed $request, mixed $response, mixed $uri, mixed $node, mixed $params): mixed
```
### 描述
作者很懒,什么也没有说
### 参数
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| request | mixed | |
| response | mixed | |
| uri | mixed | |
| node | mixed | |
| params | mixed | |
### 返回
| 类型 | 描述 |
| ---- | ----------- |
| mixed | |
## handleStaticPage
```php
public function handleStaticPage(Response|\Swoole\Http\Response $response, string $uri, array $settings): bool
```
### 描述
作者很懒,什么也没有说
### 参数
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| response | Response|\Swoole\Http\Response | |
| uri | string | |
| settings | array | |
### 返回
| 类型 | 描述 |
| ---- | ----------- |
| bool | |