CakeFest 2024: The Official CakePHP Conference

RecursiveDirectoryIterator::hasChildren

(PHP 5, PHP 7, PHP 8)

RecursiveDirectoryIterator::hasChildrenReturns whether current entry is a directory and not '.' or '..'

Descrizione

public RecursiveDirectoryIterator::hasChildren(bool $allowLinks = false): bool
Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

allowLinks

Valori restituiti

Returns whether the current entry is a directory, but not '.' or '..'

add a note

User Contributed Notes

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