fileowner

 int fileowner ( string $filename ) 

説明

Gets the file owner.

戻り値

Returns the user ID of the owner of the file, or FALSE on failure. The user ID is returned in numerical format, use posix_getpwuid() to resolve it to a username.