SplFileObject::getChildren

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

SplFileObject::getChildren用途はなし

説明

public SplFileObject::getChildren(): null

SplFileObject は子を持たないのでこのメソッドは null を返します。

パラメータ

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

戻り値

null を返します。

参考

add a note add a note

User Contributed Notes

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