XML_Tree::XML_Tree (Previous) (Next) XML_Tree::&insertChild

View this page in Last updated: Sun, 01 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

XML_Tree::&addRoot

XML_Tree::&addRoot -- add root node

Leírás

Adds a new root node to the XML datastructure.

Paraméterek

  • string $name - name of root element

  • string $content - data between the opening and closing tag

  • array $attributes - additional attributes for the tag. The attribute name is represented as the array key and the attribute value as entry for the key.

Visszatérési érték

object XML_Tree_Node - reference to root node

Megjegyzés

Ez a függvény nem hívható statikusan.

XML_Tree::XML_Tree (Previous) (Next) XML_Tree::&insertChild

Download Documentation Last updated: Sun, 01 Jul 2007
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.