dflourusso/php-background-proccess

1.0.2 2016-11-07 12:50 UTC

This package is not auto-updated.

Last update: 2024-09-28 19:52:48 UTC


README

安装

$ composer require dflourusso/php-background-proccess

使用示例

$bg = new BackgroundProccess('teste', __DIR__ . '/tmp/background-proccess');

$bg->run(__DIR__ . '/bin/test_bg_task.php');

可用方法

  • run
  • isRunning
  • stop
  • getPid

作者