PHP » GoLang |
login |
register |
about
|
GoLang SplFileInfo::getPerms
request it (348)
GoLang replacement for PHP's SplFileInfo::getPerms
[edit | history]
SplFileInfo::getPerms(PHP 5 >= 5.1.2, PHP 7) SplFileInfo::getPerms — Gets file permissions Description
public int SplFileInfo::getPerms
( void
)
Gets the file permissions for the file. ParametersThis function has no parameters. Return ValuesReturns the file permissions. Examples
Example #1 SplFileInfo::getPerms() example
<?php The above example will output something similar to: 1777 0644 |
more
Recently updated
more
Most requested
more
Last requests
|