RecursiveRegexIterator::hasChildrenReturns whether an iterator can be obtained for the current entry Description
public bool RecursiveRegexIterator::hasChildren()
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
The above example will output: bool(false) bool(true) See Also
|