DirectoryIterator
PHP Manual

DirectoryIterator::isReadable

(PHP 5 <= 5.1.1)

DirectoryIterator::isReadableReturns true if file can be read

Beschreibung

bool DirectoryIterator::isReadable ( void )
Warnung

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

Checks if the entry is readable.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

TRUE if the file is readable, otherwise FALSE


DirectoryIterator
PHP Manual