DirectoryIterator
PHP Manual

DirectoryIterator::isDot

(PHP 5)

DirectoryIterator::isDotReturns true if current entry is '.' or '..'

Opis

bool DirectoryIterator::isDot ( void )
Ostrzeżenie

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

Check whether it's a directory and either . or ...

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

TRUE if the entry is . or .., otherwise FALSE


DirectoryIterator
PHP Manual