fileowner

Example

 int fileowner ( string $filename ) 

Description

Gets the file owner.

Return Values

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.