zhamao-framework/docs/api/ZM/Process/ProcessStateManager.md
2022-08-22 07:39:44 +00:00

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