RecursiveRegexIterator::hasChildrenReturns whether an iterator can be obtained for the current entry. Beschreibung
public bool RecursiveRegexIterator::hasChildren
( void
)
Returns whether an iterator can be obtained for the current entry. This iterator can be obtained via RecursiveRegexIterator::getChildren. Parameter-ListeDiese Funktion hat keine Parameter. Rückgabewerte
Returns Beispiele
Beispiel #1 RecursiveRegexIterator::hasChildren example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: bool(false) bool(true) Siehe auch
|