DirectoryIterator
PHP Manual

DirectoryIterator::isDir

(PHP 5 <= 5.1.1)

DirectoryIterator::isDirReturns true if file is directory

Opis

bool DirectoryIterator::isDir ( void )
Ostrzeżenie

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

Check if the file is a directory.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

TRUE if it is a directory, otherwise FALSE


DirectoryIterator
PHP Manual