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 IDSYNOPSISint getmypid (void )DESCRIPTIONGets the current PHP process ID.RETURN VALUESReturns the current PHP process ID, or FALSE on error.NOTESWarning Process IDs are not unique, thus they are a weak entropy source. We recommend against relying on pids in security-dependent con- texts.SEE ALSOgetmygid(3), getmyuid(3), get_current_user(3), getmyinode(3), getlastmod(3). PHP Documentation Group GETMYPID(3)
Related Man Pages |
---|
sem_get(3) - php |
get_magic_quotes_gpc(3) - php |
set_magic_quotes_runtime(3) - php |
getlastmod(3) - php |
get_cfg_var(3) - php |
Similar Topics in the Unix Linux Community |
---|
PHP: declared variables, strlen vs isset |