End current element XMLWriter::endDTD XMLWriter::endPI XMLWriter Functions PHP Manual XMLWriter::endElement (No version information available, might be only in CVS)XMLWriter::endElement — End current element Description Object oriented style: XMLWriter bool endElement ( void ) Procedural style: bool xmlwriter_end_element ( resource $xmlwriter ) Ends the current element. Parameters xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource comes from a call to xmlwriter_open_uri() or xmlwriter_open_memory(). Return Values Returns TRUE on success or FALSE on failure. See Also XMLWriter::startElement XMLWriter::writeElement XMLWriter::endDTD XMLWriter::endPI XMLWriter Functions PHP Manual