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

posix_getpid

Description

The posix_getpid of POSIX for PHP returns the current process identifier.

Syntax

posix_getpid(): int

Return

Returns the identifier, as an int.

Examples

1 · void

<?

$return = posix_getpid();

echo $return;

?>
16738
HomeMenu