DirectoryIterator
PHP Manual

DirectoryIterator::isDir

(PHP 5 <= 5.1.1)

DirectoryIterator::isDirReturns true if file is directory

Beschreibung

bool DirectoryIterator::isDir ( void )
Warnung

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

Check if the file is a directory.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

TRUE if it is a directory, otherwise FALSE


DirectoryIterator
PHP Manual