proc_runner
Package:
Summary:
Run a script in background using PHP CLI
Groups:
Author:
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.
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.
Comments are closed.