function domxml children B3I5WFHXOJSJSWCFUZP44WZD7QM77UX7TA7WQZY


domxml_childrenPodręcznik PHPPoprzedniNastępnydomxml_children (PHP 4 >= 4.0.0)domxml_children --  Returns children of a node or document Descriptionarray domxml_children (object doc|node)OstrzeżenieTa funkcja jest w stadium EKSPERYMENTALNYM. Oznacza to, że zachowanie funkcji, jej nazwa, w zasadzie wszystko udokumentowane tutaj może zostać zmienione w przyszłych wersjach PHP bez wcześniejszego uprzedzenia. Używaj tej funkcji na własne ryzyko. Returns all children of a node as an array of nodes. In the following example the variable children will contain an array with one node of type XML_ELEMENT. This node is the TITLE element. Przykład 1. Adding an attribute to an element<?php $doc = new_xmldoc("1.0"); $root = $doc->add_root("HTML"); $head = $root->new_child("HEAD", ""); $head->new_child("TITLE", "Hier der Titel"); $head->set_attribute("Language", "ge"); $children = $head->children(); ?> PoprzedniSpis treściNastępnydomxml_set_attributePoczątek rozdziałudomxml_new_child

Wyszukiwarka

Podobne podstrony:
function domxml new child
function hw children
function domxml node
function domxml node unlink node
function hw children
function domxml open file
function domxml root
function domxml open mem
function hw children
function domxml get attribute
function domxml node set content
function domxml new xmldoc
function domxml xmltree
function domxml dumpmem

więcej podobnych podstron