RecursiveRegexIterator::hasChildrenReturns whether an iterator can be obtained for the current entry. Description
public bool RecursiveRegexIterator::hasChildren
( void
)
Returns whether an iterator can be obtained for the current entry. This iterator can be obtained via RecursiveRegexIterator::getChildren. ParametersThis function has no parameters. Return Values
Returns Examples
Example #1 RecursiveRegexIterator::hasChildren example
<?php The above example will output: bool(false) bool(true) See Also
|