|
PHP5中文手册
posix_getgrnam(PHP 4, PHP 5) posix_getgrnam — Return info about a group by name 说明
array posix_getgrnam
( string $name
)
Gets information about a group provided its name. 参数
返回值The array elements returned are:
更新日志
范例
Example#1 Example use of posix_getgrnam()
<?php 上例的输出类似于:
|