RecursiveIterator::hasChildren

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

RecursiveIterator::hasChildren現在のエントリのイテレータを作れるかどうかを返す

説明

public RecursiveIterator::hasChildren(): bool

現在のエントリのイテレータを作れるかどうかを返します。

パラメータ

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

戻り値

現在のエントリが反復処理可能な場合に true、それ以外の場合に false を返します。

参考

add a note add a note

User Contributed Notes

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