How to get Apache request thread handle number of current executing PHP script in that script?
Platform: Windows, PHP<5.3
How to get Apache request thread handle number of current executing PHP script in that script?
Platform: Windows, PHP<5.3
http://php.net/manual/en/function.getmypid.php
getmypid() should give you the handle id/ process id (pid)