posix_getppid()
posix_getppid - Return the parent process identifier
Syntax
int posix_getppid ()
Arguments
-
Description
Return the process identifier of the parent process of the current process.
Version
PHP 4, 5
Return value
Returns the identifier, as an integer.