Home
last modified time | relevance | path

Searched refs:pgid (Results 1 – 2 of 2) sorted by relevance

/PHP-7.1/ext/posix/tests/
H A Dposix_getpgid_basic.phpt12 $pgid = posix_getpgid($pid);
14 var_dump($pgid);
/PHP-7.1/ext/posix/
H A Dposix.c126 ZEND_ARG_INFO(0, pgid)
625 zend_long pid, pgid; in PHP_FUNCTION() local
627 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ll", &pid, &pgid) == FAILURE) { in PHP_FUNCTION()
631 if (setpgid(pid, pgid) < 0) { in PHP_FUNCTION()

Completed in 8 milliseconds