PHP 8.3.4 Released!

RecursiveDirectoryIterator::hasChildren

(PHP 5, PHP 7, PHP 8)

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

Description

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

This function is currently not documented; only its argument list is available.

Parameters

allowLinks

Return Values

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