PHP  
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  
<filectimefileinode>
Last updated: Mon, 16 Jul 2012

filegroup

(PHP 3, PHP 4, PHP 5)

filegroup -- 取得文件的组

说明

int filegroup ( string filename )

取得该文件所属组的 ID。如果出错则返回 FALSE。组 ID 以数字格式返回,用 posix_getgrgid() 来将其解析为组名。如果失败返回 FALSE 以及一个 E_WARNING 级别的错误。

本函数的结果会被缓存。详细信息见 clearstatcache()

注: 本函数的结果会被缓存。详细信息参见 clearstatcache()

注: 本函数不能作用于远程文件,被检查的文件必须通过服务器的文件系统访问。

参见 fileowner()safe_mode_gid




<filectimefileinode>
 Last updated: Mon, 16 Jul 2012
 
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://manual.phpv.net/
Last updated: Thu Jul 7 19:13:47 2005 CST