RecursiveDirectoryIterator
PHP Manual

RecursiveDirectoryIterator::hasChildren

(PHP 5)

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

Opis

public bool RecursiveDirectoryIterator::hasChildren ([ bool $allow_links = false ] )
Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

allow_links

Zwracane wartości

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


RecursiveDirectoryIterator
PHP Manual