mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-18 21:24:52 +08:00
1.0 KiB
1.0 KiB
ZM\Process\ProcessStateManager
removeProcessState
public function removeProcessState(int $type, mixed $id_or_name): mixed
描述
作者很懒,什么也没有说
参数
| 名称 | 类型 | 描述 |
|---|---|---|
| type | int | |
| id_or_name | mixed |
返回
| 类型 | 描述 |
|---|---|
| mixed |
getProcessState
public function getProcessState(int $type, mixed $id_or_name): mixed
描述
作者很懒,什么也没有说
参数
| 名称 | 类型 | 描述 |
|---|---|---|
| type | int | |
| id_or_name | mixed |
返回
| 类型 | 描述 |
|---|---|
| mixed |
saveProcessState
public function saveProcessState(int $type, mixed $pid, array $data): mixed
描述
作者很懒,什么也没有说
参数
| 名称 | 类型 | 描述 |
|---|---|---|
| type | int | |
| pid | mixed | |
| data | array |
返回
| 类型 | 描述 |
|---|---|
| mixed |