RecursiveDirectoryIterator
PHP Manual

RecursiveDirectoryIterator::getChildren

(PHP 5 >= 5.1.0)

RecursiveDirectoryIterator::getChildrenReturns an iterator for the current entry if it is a directory

Opis

public mixed RecursiveDirectoryIterator::getChildren ( void )
Ostrzeżenie

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

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

The filename, file information, or $this depending on the set flags. See the FilesystemIterator constants.


RecursiveDirectoryIterator
PHP Manual