posix_getgrnam

(PHP 3 >= 3.0.13, PHP 4, PHP 5)

posix_getgrnam -- Return info about a group by name

Description

array posix_getgrnam ( string name )

警告

本函数暂无文档,仅有参数列表。


add a note add a note User Contributed Notes
rcgraves+php at brandeis dot edu
22-Feb-2000 11:36
Returns same array as getgrgid; you just call it by name rather than number.