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

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

XML_Util::createStartElement()

XML_Util::createStartElement() -- create a start element

Descripción

create a start element with attributes, namespace and adds 'xmlns' if needed. (<pear foo="bar">)

Parámetro

  • string $qname - qualified tag name

  • array $attributes - assoc array with attributes

  • string $namespaceUri - URI of the namespace if xmlns attribute should be added

Valor devuelto

string opening xml tag

Nota

Esta función debe ser llamada estáticamente.

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

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.