PHP 8.3.4 Released!

SplFileObject::getChildren

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

SplFileObject::getChildrenNo purpose

Description

public SplFileObject::getChildren(): null

An SplFileObject does not have children so this method returns null.

Parameters

This function has no parameters.

Return Values

Returns null.

See Also

add a note

User Contributed Notes

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