SimpleXMLElement->attributes <<< |
SimpleXMLElement->children | SimpleXMLElement->xpath >>> |
8.111 Fonctions SimpleXML 8 Référence des fonctions Manuel PHP . Introduction . Pré-requis . Installation . Exemples . Constantes pré-définies . SimpleXMLElement->asXML . SimpleXMLElement->attributes ->SimpleXMLElement->children . SimpleXMLElement->xpath . simplexml_import_dom . simplexml_load_file . simplexml_load_string |
8.111.8 SimpleXMLElement->children()Trouve les enfants d'une node[ Exemples avec simplexml_element_children ] CVS uniquement SimpleXMLElement simplexml_element->children ( void )Cette méthode trouve le fils de l'élément dont il est membre. Le résultat suit les règles normales d'itération.
|
<< | SimpleXMLElement->children | >> |
SimpleXMLElement->attributes | Fonctions SimpleXML | SimpleXMLElement->xpath |