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

search for in the

XMLWriter::endCData> <XMLWriter Functions
Last updated: Fri, 22 Aug 2008

view this page in

XMLWriter::endAttribute

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

XMLWriter::endAttributeEnd attribute

Descripción

Object oriented style:

XMLWriter
bool endAttribute ( void )

Procedural style:

bool xmlwriter_end_attribute ( resource $xmlwriter )

Ends the current attribute.

Lista de parámetros

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().

Valores retornados

Devuelve TRUE si todo se llevó a cabo correctamente, FALSE en caso de fallo.



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

XMLWriter::endCData> <XMLWriter Functions
Last updated: Fri, 22 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites