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