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
[edit] Last updated: Fri, 25 May 2012

view this page in

XMLWriter::fullEndElement

xmlwriter_full_end_element

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

XMLWriter::fullEndElement -- xmlwriter_full_end_elementTermine l'élément courant

Description

Style orienté objet

bool XMLWriter::fullEndElement ( void )

Style procédural

bool xmlwriter_full_end_element ( resource $xmlwriter )

Termine l'élément XML courant. Écrit une balise de fin même si l'élément est vide.

Liste de paramètres

xmlwriter

Uniquement pour les appels procéduraux. La ressource XMLWriter qui a été modifiée. Cette ressource provient d'un appel à xmlwriter_open_uri() ou xmlwriter_open_memory().

Valeurs de retour

Cette fonction retourne TRUE en cas de succès ou FALSE si une erreur survient.

Voir aussi



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