update api docs

This commit is contained in:
Github Build Bot
2022-04-15 15:08:34 +00:00
parent f4d75e211f
commit 6d23e489aa
10 changed files with 1195 additions and 5 deletions

View File

@@ -1,5 +1,29 @@
# ZM\Framework
## __construct
```php
public function __construct(array $args, bool $instant_mode): mixed
```
### 描述
创建一个新的框架实例
### 参数
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| args | array | 运行参数 |
| instant_mode | bool | 是否为单文件模式 |
### 返回
| 类型 | 描述 |
| ---- | ----------- |
| mixed | |
## saveProcessState
```php