DirectoryIterator
PHP Manual

DirectoryIterator::isExecutable

(PHP 5 <= 5.1.1)

DirectoryIterator::isExecutableReturns true if file is executable

Opis

bool DirectoryIterator::isExecutable ( void )
Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Checks if the file is executable.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

TRUE if the entry is executable, otherwise FALSE


DirectoryIterator
PHP Manual