PHP : Function Reference : Filesystem Functions : fileowner
joacorck
This function only works if the permissions are more less than 666
29-jan-2006 12: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 :(
|