-
clsDaemonize is intended to automate the creation of system daemons proceses under Unix like operating systems or those with POSIX compliant API like Linux, OpenBSD, FreeBSD, Solaris, Mac OS X, etc... It can fork a new process using the PHP pcntl extension and detach from the starting shell so it can exit without killing the daemon process.clsDaemonize can maintain a ...

