RecursiveRegexIterator::getChildrenReturns an iterator for the current entry Description
public RecursiveRegexIterator RecursiveRegexIterator::getChildren()
Returns an iterator for the current iterator entry. ParametersThis function has no parameters. Return ValuesAn iterator for the current entry, if it can be iterated over by the inner iterator. Errors/ExceptionsAn InvalidArgumentException will be thrown if the current entry does not contain a value that can be iterated over by the inner iterator. Examples
Example #1 RecursiveRegexIterator::getChildren example
The above example will output: No children Children: test4 test5 See Also
|