Forum und email

XMLWriter::fullEndElement

(No version information available, might be only in CVS)

XMLWriter::fullEndElement — End current element

Descrição

Object oriented style:

XMLWriter
bool fullEndElement ( void )

Procedural style:

bool xmlwriter_full_end_element ( resource $xmlwriter )

End the current xml element. Writes an end tag even if the element is empty.

Parâmetros

xmlwriter

Apenas para chamadas de procedimentos. O recurso XMLWriter resource que esta sendo modificado. Este recurso vem de uma chamada a xmlwriter_open_uri() ou xmlwriter_open_memory().

Valor Retornado

Retorna TRUE em caso de sucesso ou FALSE em falhas.

Veja também