XML_Util::createStartElement XML_Util::createCDataSection

XML_Util

PEAR Manual


XML_Util::createEndElement

XML_Util::createEndElement() -- create an end element

Synopsis

      require_once 'XML/Util.php';
     

string XML_Util::createEndElement ( string $qname )

Description

create an end element (</foo>)

Parameter

  • string $qname - qualified tag name

Return value

string closing xml tag

Note

This function should be called statically.



XML_Util::createStartElement XML_Util::createCDataSection

XML_Util

PEAR Manual