Home
last modified time | relevance | path

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

/PHP-5.5/ext/posix/tests/
H A Dposix_getpgid_basic.phpt12 $pgid = posix_getpgid($pid);
14 var_dump($pgid);
/PHP-5.5/ext/posix/
H A Dposix.c123 ZEND_ARG_INFO(0, pgid)
561 long pid, pgid; in PHP_FUNCTION() local
563 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ll", &pid, &pgid) == FAILURE) { in PHP_FUNCTION()
567 if (setpgid(pid, pgid) < 0) { in PHP_FUNCTION()
/PHP-5.5/
H A DNEWS9806 - Fixed posix_getsid() & posix_getpgid() to return sid & pgid instead

Completed in 29 milliseconds