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.