DirectoryIterator
PHP Manual

DirectoryIterator::isDot

(PHP 5)

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

Beschreibung

bool DirectoryIterator::isDot ( void )
Warnung

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

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

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

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


DirectoryIterator
PHP Manual