RecursiveDirectoryIterator::getChildren

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

RecursiveDirectoryIterator::getChildrenディレクトリであれば、現在のエントリに対するイテレータを返す

説明

public RecursiveDirectoryIterator::getChildren(): RecursiveDirectoryIterator
警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

この関数にはパラメータはありません。

戻り値

ファイル名、ファイル情報、あるいは $this のどれかを、 設定されているフラグによって返します。 FilesystemIterator の定数 も参照ください。

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top