Dutch PHP Conference 2025 - Call For Papers

RecursiveDirectoryIterator::hasChildren

(PHP 5, PHP 7, PHP 8)

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

Опис

public RecursiveDirectoryIterator::hasChildren(bool $allowLinks = false): bool
Увага

Наразі ця функція не документована. Доступний лише список її параметрів.

Параметри

allowLinks

Значення, що повертаються

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