posix_getpid
posix_getpid
Return the current process identifier
int **posix_getpid**
Return the process identifier of the current process.
Returns the identifier, as an .
int
**Voorbeeld: Example use of **
<?php
echo posix_getpid(); //8805
?>
posix_kill