★ wanayoo — archive 1999 http://www.phpwebdev.com/manual/function.getmypid.htmlNouvelle recherche | Portail wanayoo

getmypid

getmypid -- Get PHP's process ID.

Description

int getmypid(void);

Returns the current PHP process ID, or false on error.

Note that when running as a server module, separate invocations of the script are not guaranteed to have distinct pids.

See also getmyuid(), get_current_user(), getmyinode(), and getlastmod().