posix_initgroups()
posix_initgroups - Calculate the group access listSyntax
bool posix_initgroups (string $name, int $base_group_id)Arguments
- name - The user to calculate the list for.
- base_group_id - Typically the group number from the password file.
