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

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

XML_Util::createStartElement()

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

Description

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

Parameter

  • string $qname - qualified tag name

  • array $attributes - assoc array with attributes

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

Return value

string opening xml tag

Note

This function should be called statically.

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

Download Documentation Last updated: Sun, 17 Aug 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.