PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

posix_isatty> <posix_getuid
Last updated: Fri, 18 Jul 2008

view this page in

posix_initgroups

(PHP 5 >= 5.2.0)

posix_initgroups — Calculate the group access list

Descripción

bool posix_initgroups ( string $name , int $base_group_id )

Calculates the group access list for the user specified in name.

Lista de parámetros

name

The user to calculate the list for.

base_group_id

Typically the group number from the password file.

Valores retornados

Devuelve TRUE si todo se llevó a cabo correctamente, FALSE en caso de fallo.

Ver también

  • The Unix manual page for initgroups(3).



add a note add a note User Contributed Notes
posix_initgroups
There are no user contributed notes for this page.

posix_isatty> <posix_getuid
Last updated: Fri, 18 Jul 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites