EndElement Method
Writes the closing tag of an open XML element.
Object Oriented Interface
public function doEndElement();
Procedural Interface
ipworks_xmlw_do_endelement($res);
Remarks
Writes the closing tag of the XML element most recently opened using StartElement.
If no elements are opened, the call fails with an error