fileperms

Example

 int fileperms ( string $filename ) 

Description

Gets permissions for the given file.

Return Values

Returns the file's permissions as a numeric mode of the same format as that expected by chmod(), or FALSE on failure.