(PHP 4, PHP 5, PHP 7)
Return the current process identifier
int posix_getpid ( void )
Return the process identifier of the current process.
Returns:
Returns the identifier, as an integer.
Examples:
Example use of posix_getpid()
<?php echo posix_getpid(); //8805 ?>
See also:
Please login to continue.