RecursiveIterator::getChildren

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

RecursiveIterator::getChildren現在のエントリのイテレータを返す

説明

public RecursiveIterator::getChildren(): RecursiveIterator

現在のエントリのイテレータを返します。

パラメータ

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

返り値

現在のエントリのイテレータを返します。

参考

add a note add a note

User Contributed Notes

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