RecursiveDirectoryIterator::hasChildren

(PHP 5, PHP 7, PHP 8)

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

Beschreibung

public RecursiveDirectoryIterator::hasChildren ( bool $allow_links = false ) : bool
Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter-Liste

allow_links

Rückgabewerte

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

add a note add a note

User Contributed Notes

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