php man page for getmypid

Query: getmypid

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

GETMYPID(3)								 1							       GETMYPID(3)

getmypid - Gets PHP's process ID

SYNOPSIS
int getmypid (void )
DESCRIPTION
Gets the current PHP process ID.
RETURN VALUES
Returns the current PHP process ID, or FALSE on error.
NOTES
Warning Process IDs are not unique, thus they are a weak entropy source. We recommend against relying on pids in security-dependent con- texts.
SEE ALSO
getmygid(3), getmyuid(3), get_current_user(3), getmyinode(3), getlastmod(3). PHP Documentation Group GETMYPID(3)
Related Man Pages
get_magic_quotes_gpc(3) - php
getlastmod(3) - php
php_logo_guid(3) - php
get_cfg_var(3) - php
nsapi_request_headers(3) - php
Similar Topics in the Unix Linux Community
PHP: declared variables, strlen vs isset