Method getgrgid()
- Method
getgrgid
array(int|string|array(string)) getgrgid(intgid)- Description
Get the group entry for the group with the id
gidusing the systemfunction getgrid(3).- Parameter
gid The id of the group
- Returns
An array with the information about the group
Array string0Group name
string1Group password (encrypted)
int2ID of the group
array3..Array with UIDs of group members
- See also
getgrent()getgrnam()