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>)
Return value
string closing xml tag
Note
This function should be called
statically.