DirectoryIterator
PHP Manual

DirectoryIterator::isDot

(PHP 5)

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

Описание

bool DirectoryIterator::isDot ( void )
Внимание

К настоящему времени эта функция еще не была документирована; для ознакомления доступен только список аргументов.

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

Список параметров

This function has no parameters.

Возвращаемые значения

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


DirectoryIterator
PHP Manual