Voting

: five plus zero?
(Example: nine)

The Note You're Voting On

damien at cyg dot net
18 years ago
Alternatively, if you're calling a subsequent php script using proc_open, you can have that process echo its own actual PID in the output.
Also, if you go through the /proc filesystem on linux, you can read through /proc/12345 where 12345 is the pid returned by proc_get_status (the pid of the /bin/sh instance) and it will list its child processes within.

<< Back to user notes page

To Top