Home
last modified time | relevance | path

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

/PHP-5.3/ext/posix/
H A Dposix.c1371 long basegid; in PHP_FUNCTION() local
1375 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sl", &name, &name_len, &basegid) == FAILURE)… in PHP_FUNCTION()
1383 RETURN_BOOL(!initgroups((const char *)name, basegid)); in PHP_FUNCTION()

Completed in 9 milliseconds