RecursiveDirectoryIterator
PHP Manual

RecursiveDirectoryIterator::getChildren

(PHP 5 >= 5.1.0)

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

Açıklama

public mixed RecursiveDirectoryIterator::getChildren ( void )
Uyarı

Bu işlev hala belgelendirilmemiştir; sadece değiştirge listesi mevcuttur.

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

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


RecursiveDirectoryIterator
PHP Manual