(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.
Please login to continue.