posix_getgid()
posix_getgid - Return the real group ID of the current process
Syntax
int posix_getgid ()
Arguments
-
Description
Return the numeric real group ID of the current process.
Version
PHP 4, 5
Return value
Returns the real group id, as an integer.