php file.php &
How to get PID of the background process in file.php?
php file.php &
How to get PID of the background process in file.php?
I believe you're looking for the function getmypid()
http://php.net/manual/en/function.getmypid.php
posix_getpid() seems to do the same thing...