Search Results
Manuel PHP Référence des fonctions Extensions sur le contrôle des processus POSIX Fonctions POSIX Change language:
See Also posix_getegid () - Return the effective group ID of the current process posix_getgrnam () - Return info about a group by name filegroup () - Gets file group stat () - Gives information about a file safe_mode_gid POSIX man page GETGRNAM (3)
The getgrgid_r () function is included for alignment with the POSIX Threads Extension. A note indicating that the getgrgid () function need not be reentrant is added to the DESCRIPTION. Issue 6 The getgrgid_r () function is marked as part of the Thread-Safe Functions option.
getgrgid provides information about a group and its members. gid is the group ID. getgrgid returns a pointer to a group structure defined in <grp.h> that contains an entry from the group database. group contains the following members:
See Also posix_getegid () - Return the effective group ID of the current process posix_getgrnam () - Return info about a group by name filegroup () - Gets file group stat () - Gives information about a file safe_mode_gid POSIX man page GETGRNAM (3)
The GETGRGID function obtains the GROUP structure for a specified group ID. A GROUP structure consists of: Group name Group ID Group member list
People also ask
What does getgrgid do?
What happens if getgrgid() returns a null pointer and errno is set?
Why does the getgrgid() function fail?
See Also posix_getegid posix_getgrnam filegroup stat safe_mode_gid POSIX man page GETGRNAM (3)
