DirectoryIterator::isDot
(PHP 5)
DirectoryIterator::isDot — Returns true if current entry is '.' or '..'
Description
bool DirectoryIterator::isDot ( void )
WarningThis function is currently not documented; only its argument list is available.
Check whether it's a directory and either . or ...
Parameters
This function has no parameters.
Return Values
TRUE if the entry is . or .., otherwise FALSE