CakeFest 2024: The Official CakePHP Conference

SplFileObject::getChildren

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

SplFileObject::getChildrenNingún propósito

Descripción

public SplFileObject::getChildren(): null

Una clase SplFileObject no tiene hijos así que este método devolverá null.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Devuelve null.

Ver también

add a note

User Contributed Notes

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