March 2002
Intermediate to advanced
528 pages
21h 29m
English
getmypid
int getmypid( )
Returns the process ID for the PHP process executing the current script. When PHP runs as a server module, any number of scripts may share the same process ID, so it is not necessarily a unique number.