PHP Doku:: Returns if an iterator can be created fot the current entry. - recursiveiterator.haschildren.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige GrunderweiterungenStandard PHP Library (SPL)InterfacesThe RecursiveIterator interfaceRecursiveIterator::hasChildren

Ein Service von Reinhard Neidl - Webprogrammierung.

The RecursiveIterator interface

<<RecursiveIterator::getChildren

The SeekableIterator interface>>

RecursiveIterator::hasChildren

(PHP 5 >= 5.1.0)

RecursiveIterator::hasChildrenReturns if an iterator can be created fot the current entry.

Beschreibung

public bool RecursiveIterator::hasChildren ( void )

Returns if an iterator can be created fot the current entry. RecursiveIterator::getChildren().

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

Returns TRUE if the current entry can be iterated over, otherwise returns FALSE.

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)