update api docs

This commit is contained in:
Github Build Bot
2022-04-02 18:25:06 +00:00
parent 120698fb43
commit bcaaf88edb
6 changed files with 104 additions and 12 deletions

View File

@@ -52,7 +52,7 @@ public function getProcessState(mixed $id_or_name, int $type): false|int|mixed
## removeProcessState
```php
public function removeProcessState(null $id_or_name, int $type): mixed
public function removeProcessState(null|int|string $id_or_name, int $type): mixed
```
### 描述
@@ -63,7 +63,7 @@ public function removeProcessState(null $id_or_name, int $type): mixed
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| id_or_name | null | |
| id_or_name | null|int|string | |
| type | int | |
### 返回