Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

posix_getppid

Description

The posix_getppid of POSIX for PHP returns the parent process identifier.

Syntax

posix_getppid(): int

Return

Returns the identifier, as an int.

Examples

1 · void

<?

$return = posix_getppid();

echo $return;

?>
35594
HomeMenu