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

search for in the

XMLWriter::writeAttributeNS> <XMLWriter::startPI
Last updated: Fri, 20 May 2011

view this page in

XMLWriter::text

(PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)

XMLWriter::textEscribe el texto

Descripción

Estilo orientado a objetos

bool XMLWriter::text ( string $content )

Estilo por procesos

bool xmlwriter_text ( resource $xmlwriter , string $content )

Escribe el texto.

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

content

Los contenidos del texto.

Valores devueltos

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



add a note add a note User Contributed Notes XMLWriter::text
eikonomega at gmail dot com 16-Apr-2010 10:04
This method creates a text node (W3C type 3).

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