PHP: SplFileObject::getChildren - Manual
(PHP 5 >= 5.1.0, PHP 7, PHP 8)
SplFileObject::getChildren — No purpose
Description
public function 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
- RecursiveIterator::getChildren() - Returns an iterator for the current entry
Found A Problem?
User Contributed Notes
There are no user contributed notes for this page.