3.2.45 getgrgid
getgrgid
This function does the same thing as getgrgid (3): it looks up a group file entry by group number. The return value in list context is: ($name, $passwd, $gid, $members)
where
In scalar context, getgrgid returns only the group name. |
|