SplFileObject::hasChildren

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

SplFileObject::hasChildrenSplFileObject não tem filhos

Descrição

public SplFileObject::hasChildren(): false

Um SplFileObject não tem filhos, então este método sempre retorna false.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Retorna false

Veja Também

add a note add a note

User Contributed Notes

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