RecursiveDirectoryIterator::hasChildren

(PHP 5, PHP 7)
Returns whether current entry is a directory and not '.' or '..'
public bool RecursiveDirectoryIterator::hasChildren ([ bool $allow_links = false ] )
Parameters:
allow_links
Returns:

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

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

doc_php
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.