DirectoryIterator::isDot
(PHP 5)
DirectoryIterator::isDot — Returns 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::isDot
There are no user contributed notes for this page.
