Home
last modified time | relevance | path

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

/PHP-7.0/ext/posix/tests/
H A Dposix_getpgid_basic.phpt12 $pgid = posix_getpgid($pid);
14 var_dump($pgid);
/PHP-7.0/ext/posix/
H A Dposix.c123 ZEND_ARG_INFO(0, pgid)
622 zend_long pid, pgid; in PHP_FUNCTION() local
624 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ll", &pid, &pgid) == FAILURE) { in PHP_FUNCTION()
628 if (setpgid(pid, pgid) < 0) { in PHP_FUNCTION()

Completed in 7 milliseconds