How can I invoke an external shell script (Or alternatively an external PHP script) from PHP itself and get its process ID within the same script?
|
|
|
|
|
|
|
|
||||||||||
|
|
|
For most linux shell tools, it has an option to write the process ID to a file. This is how init.d scripts starts and stops apache or any other service. For bash, in the script you can use the following to get the PID: I am not near a linux box now but if you need more help I can test some code when i am near a linux box. |
||
|
|
