PHP » GoLang |
login |
register |
about
|
GoLang DirectoryIterator::getPerms
request it (388)
GoLang replacement for PHP's DirectoryIterator::getPerms
[edit | history]
PHP DirectoryIterator::getPermsPHP original manual for DirectoryIterator::getPerms [ show | php.net ]DirectoryIterator::getPerms(PHP 5, PHP 7) DirectoryIterator::getPerms — Get 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
|
more
Recently updated
more
Most requested
more
Last requests
|