RecursiveIterator::hasChildren — Returns if an iterator can be created for the current entry
Returns if an iterator can be created for the current entry. RecursiveIterator::getChildren().
This function has no parameters.
Returns true
if the current entry can be iterated over, otherwise returns false
.