POSIX_GETPPID(3) 1 POSIX_GETPPID(3) posix_getppid - Return the parent process identifierSYNOPSISint posix_getppid (void )DESCRIPTIONReturn the process identifier of the parent process of the current process.RETURN VALUESReturns the identifier, as an integer.EXAMPLESExample #1 Example use of posix_getppid(3) <?php echo posix_getppid(); //8259 ?> PHP Documentation Group POSIX_GETPPID(3)
| Related Man Pages |
|---|
| posix_geteuid(3) - php |
| pcntl_fork(3) - php |
| ldap_errno(3) - php |
| ldap_get_option(3) - php |
| posix_setuid(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| New Code Tags (Syntax Highlighting) |
| Please Welcome Don Cragun as Lead Moderator |
| Denial Of Service Attack Update |
| Please Welcome Nicki Paul to the Moderator Team! |