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

posix_getpgrp

Description

The posix_getpgrp of POSIX for PHP returns the current process group identifier.

Syntax

posix_getpgrp(): int

Return

Returns the identifier, as an int.

Examples

1 · void

<?

$return = posix_getpgrp();

echo $return;
3376589