PHP 8.1.28 Released!

RecursiveIterator::getChildren

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

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

説明

public RecursiveIterator::getChildren(): ?RecursiveIterator

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

パラメータ

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

戻り値

現在のエントリのイテレータが存在した場合、それを返します。 存在しない場合、null を返します。

参考

add a note

User Contributed Notes

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