Search Results
posix_getgid (PHP 4, PHP 5, PHP 7, PHP 8) posix_getgid — Return the real group ID of the current process
(PHP 3>= 3.0.10, PHP 4 ) posix_getgid -- Return the real group ID of the current process
Examples Example #1 posix_getgid () example This example will print out the real group id, even once the effective group id has been changed.
(PHP 4, PHP 5, PHP 7) Return the real group ID of the current process int posix_getgid ( void )
Execute posix_getgid Online. Info and examples on posix_getgid PHP Function from POSIX - Process Control Extensions
Return the numeric real group ID of the current process. See also posix_getgrgid () for information on how to convert this into a useable group name. Prev Home Next posix_geteuid Up posix_getegid
This example will print out the real group id, even once the effective group id has been changed.
