PHP » GoLang |
login |
register |
about
|
GoLang SplFileInfo::isExecutable
request it (345)
GoLang replacement for PHP's SplFileInfo::isExecutable
[edit | history]
SplFileInfo::isExecutable(PHP 5 >= 5.1.2, PHP 7) SplFileInfo::isExecutable — Tells if the file is executable Description
public bool SplFileInfo::isExecutable
( void
)
Checks if the file is executable. ParametersThis function has no parameters. Return Values
Returns Examples
Example #1 SplFileInfo::isExecutable() example
<?php The above example will output something similar to: bool(true) bool(true) bool(false) |
more
Recently updated
more
Most requested
more
Last requests
|