Search Results

  1. The SimpleXMLIterator class

  2. Introduction The SimpleXMLIterator provides recursive iteration over all nodes of a SimpleXMLElement object.

  3. Feb 6, 2013 · The key lies in this line in the documentation: This method checks whether the current SimpleXMLIterator element has sub-elements. When it says "current" it means the actual SimpleXMLElement returned by the current () function as if you were iterating with foreach. Remember SimpleXMLIterator is designed to be an "iterator"

  4. Introduction La classe SimpleXMLIterator fournit des itérations récursives sur tous les éléments d'un objet SimpleXMLElement.

  5. Introduction The SimpleXMLIterator provides recursive iteration over all nodes of a SimpleXMLElement object.

  6. The SimpleXMLIterator class Introduction (PHP 5 >= 5.1.3, PHP 7) The SimpleXMLIterator provides recursive iteration over all nodes of a SimpleXMLElement object. Class synopsis SimpleXMLIterator extends SimpleXMLElement implements RecursiveIterator , Countable { /* Methods */ public current ( ) : mixed public getChildren ( ) : SimpleXMLIterator public hasChildren ( ) : bool public key ...

  7. Introduction (PHP 5 >= 5.1.3, PHP 7, PHP 8) The SimpleXMLIterator provides recursive iteration over all nodes of a SimpleXMLElement object.