tinyphp-function/is_processing
最新稳定版本:1.0.0
Composer 安装命令:
composer require tinyphp-function/is_processing
包简介
Función que permite identificar si se está ejecutando un proceso
README 文档
README
Instalación via composer
composer require tinyphp-function/is_processing
Funciones
/** Función que permite identificar si se está ejecutando un proceso */
function is_processing(string $process): bool
/** Función que permite establecer que se está ejecutando un proceso */
function i_am_processing(string $process, int|null $minutes2expire = null): bool
/** Función que permite establecer que ya no se está ejecutando el proceso */
function i_ended_process(string $process): bool
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-01-19