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.

create a start element (Previous) create a CData section (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.