DirectoryIterator
PHP Manual

DirectoryIterator::isExecutable

(PHP 5 <= 5.1.1)

DirectoryIterator::isExecutableReturns true if file is executable

Beschreibung

bool DirectoryIterator::isExecutable ( void )
Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Checks if the file is executable.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

TRUE if the entry is executable, otherwise FALSE


DirectoryIterator
PHP Manual