DirectoryIterator
PHP Manual

DirectoryIterator::isExecutable

(PHP 5 <= 5.1.1)

DirectoryIterator::isExecutableReturns true if file is executable

Описание

bool DirectoryIterator::isExecutable ( void )
Внимание

К настоящему времени эта функция еще не была документирована; для ознакомления доступен только список аргументов.

Checks if the file is executable.

Список параметров

This function has no parameters.

Возвращаемые значения

TRUE if the entry is executable, otherwise FALSE


DirectoryIterator
PHP Manual