in php-4.3 the array returned seems to have changed.
it now returns:
["name"] group name
["passwd"] group password
["members"] group members (array of usernames)
["gid"] numeric group id
![]() | posix_getgrgidDescriptionarray posix_getgrgid ( int gid )Returns an array of information about a group and FALSE on failure. If gid isn't a number then NULL is returned and an E_WARNING level error is generated.
See also posix_getegid(), filegroup(), stat(), and safe_mode_gid. ![]()
james at jfc dot org dot uk
17-Apr-2003 02:21
in php-4.3 the array returned seems to have changed.
tech at dslip dot com dot au
13-May-2002 09:27
okies...
rcgraves+php at brandeis dot edu
22-Feb-2000 10:10
Returns an array containing the elements of the group structure. The array has both numeric indices, each of which is a string naming one member of the group, and named string indices. The array elements are:
| ![]() | |