XML_Util::createStartElement | XML_Util::createCDataSection |
XML_Util | |
PEAR Manual | |
require_once 'XML/Util.php'; |
string XML_Util::createEndElement (
string $qname
)
create an end element (</foo>)
string $qname - qualified tag name
string closing xml tag
This function should be called statically.
XML_Util::createStartElement | XML_Util::createCDataSection |
XML_Util | |
PEAR Manual | |