RecursiveDirectoryIterator
PHP Manual

RecursiveDirectoryIterator::hasChildren

(PHP 5)

RecursiveDirectoryIterator::hasChildrenReturns whether current entry is a directory and not '.' or '..'

Описание

bool RecursiveDirectoryIterator::hasChildren ([ bool $allow_links ] )
Предупреждение

Към момента тази функция не е документирана; наличен е единствено списъкът с аргументите й.

Параметри

allow_links

Връщани стойности

Returns whether the current entry is a directory, but not '.' or '..'


RecursiveDirectoryIterator
PHP Manual