|
CInbox (Common-Inbox)
0.1
Common functionality for ingesting files for archiving.
|
Public Member Functions | |
| __construct ($cl=false) | |
| setPid ($pid) | |
| getPid () | |
| status () | |
| start () | |
| kill () | |
An easy way to keep in track of external processes. Ever wanted to execute a process in php, but you still wanted to have somewhat control of the process? Well.. This is a way of doing it.
: Linux only. (Windows does not work).
Based on code by "Peec" (dell_petter@hotmail.com), posted on php.net: http://php.net/manual/en/function.exec.php#88704
1.7.6.1