Small note: the function resolves symbolic links. That is, if the link is created by user 999 and maps to a file owned by user 666, this function returns 666 :(
![]() | fileowner说明int fileowner ( string filename )返回文件所有的用户 ID,如果出错则返回 FALSE。用户 ID 以数字格式返回,用 posix_getpwuid() 来将其解析为用户名。
参见 stat()。 ![]()
29-Jan-2006 08:58
Small note: the function resolves symbolic links. That is, if the link is created by user 999 and maps to a file owned by user 666, this function returns 666 :(
Alienka
26-Apr-2003 06:26
I have PHP Version 4.3.0 running under Windows 2000. | ![]() |