We would like to check if a specified process is currently running via PHP.
We would like to simply supply a PID and see if it is currently executing or not.
posix_getpgid($pid); will return false when a process is not running
posix_getpgid($pid);