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

search for in the

posix_isatty> <posix_getuid
Last updated: Fri, 30 Jan 2009

view this page in

posix_initgroups

(PHP 5 >= 5.2.0)

posix_initgroupsCalculate the group access list

설명

bool posix_initgroups ( string $name , int $base_group_id )

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

인수

name

The user to calculate the list for.

base_group_id

Typically the group number from the password file.

반환값

성공할 경우 TRUE를, 실패할 경우 FALSE를 반환합니다.

참고

  • 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, 30 Jan 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites