XML_Util::createTagFromArray (Previous) (Next) XML_Util::createEndElement

View this page in Last updated: Sun, 28 Sep 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

XML_Util::createStartElement()

XML_Util::createStartElement() -- Crée un élément de départ

Description

Crée un élément de départ avec les attributs, les espaces de noms et ajoute 'xmlns' si nécessaire. (<pear foo="bar">)

Paramètres

  • string $qname - nom du tag

  • array $attributes - tableau associatif avec les attributs

  • string $namespaceUri - URI de l'espace de nom si l'attribut xmlns doit être ajouté

Valeur retournée

string : tag d'ouverture xml

Note

Cette fonction devrait être appelée de façon statique.

XML_Util::createTagFromArray (Previous) (Next) XML_Util::createEndElement

Download Documentation Last updated: Sun, 28 Sep 2008
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.