The class can be used to create and manage daemon processes.
It starts a new child process that is left asleep while the main process runs. After some time the main process wakes up the child and exits. The child starts another child process which gets is left asleep while its parent process runs and so on.
It requires the PHP pnctl extension, so it only works under Unix/Linux like systems.
| There are not enough user ratings to display for this class. |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
test.php |
Example |
run this from the comand line |
configure_cli_sample |
Data |
sample of the ./configure command to compile PHP CLI |
daemon.class.php |
Class |
The class that allows to make script a daemon process |