PHP » PYTHON |
login |
register |
about
|
|
os.getpid()
Return the current process id. Availability: Unix, Windows. Example import os pid = os.getpid() print pid getmypid(PHP 4, PHP 5) getmypid — Gets PHP's process ID Description
int getmypid
( void
)
Gets 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 contexts. See Also
|
more
Recently updated
more
Most requested
more
Last requests
|