downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

XMLWriter::openMemory> <XMLWriter::flush
Last updated: Fri, 20 May 2011

view this page in

XMLWriter::fullEndElement

(PHP 5 >= 5.2.0, PECL xmlwriter >= 2.0.4)

XMLWriter::fullEndElementFinaliza el actual elemento

Descripción

Estilo orientado a objetos

bool XMLWriter::fullEndElement ( void )

Estilo por procesos

bool xmlwriter_full_end_element ( resource $xmlwriter )

Finaliza el actual elemento XML. Escribe una etiqueta final aun si el elemento está vacío.

Parámetros

xmlwriter

Sólo para llamadas procedimentales. El resource XMLWriter que está siendo modificado. Este recurso proviene de una llamada a xmlwriter_open_uri() o xmlwriter_open_memory().

Valores devueltos

Devuelve TRUE en caso de éxito o FALSE en caso de error.

Ver también



add a note add a note User Contributed Notes XMLWriter::fullEndElement
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites