PHP.nl

posix_getppid

posix_getppid

Return the parent process identifier

int **posix_getppid**

Return the process identifier of the parent process of the current process.

Returns the identifier, as an . int

**Voorbeeld: Example use of **

<?php
echo posix_getppid(); //8259
?>