proc_runner

Package:
proc_runner
Summary:
Run a script in background using PHP CLI
Groups:
Language, PHP 5
Author:
denis
Description:
This class can be used to run a script in background using PHP CLI.

It uses PHP proc_open() function to run a PHP script in the background by executing the PHP CLI program version.

The started background scripts may run until they finish or may be stopped by the class usin the PHP proc_close() function.


Powered by Gewgley