|
DirectoryIterator::getPermsGet the permissions of current DirectoryIterator item Description
public int DirectoryIterator::getPerms
( void
)
Get the permissions of the current DirectoryIterator item. ParametersThis function has no parameters. Return ValuesReturns the permissions of the file, as a decimal integer. Examples
Example #1 DirectoryIterator::getPerms example
<?php The above example will output something similar to: apple.jpg 0644 banana.jpg 0644 index.php 0744 pear.jpg 0644 See Also
|