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

search for in the

XMLWriter::writeElementNS> <XMLWriter::writeDTDEntity
Last updated: Fri, 20 May 2011

view this page in

XMLWriter::writeDTD

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

XMLWriter::writeDTDEscribe una etiqueta completa del DTD

Descripción

Estilo orientado a objetos

bool XMLWriter::writeDTD ( string $name [, string $publicId [, string $systemId [, string $subset ]]] )

Estilo por procesos

bool xmlwriter_write_dtd ( resource $xmlwriter , string $name [, string $publicId [, string $systemId [, string $subset ]]] )

Escribe un completo DTD.

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

name

El nombre del DTD.

publicId

El identificador del subcojunto externo publico.

systemId

El identificador externo del subconjunto del sistema.

subset

El contenido del DTD.

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::writeDTD
test2 at twinmail dot de 01-Jul-2009 11:14
Use NULL for $publicId to force 'SYSTEM' instead of 'PUBLIC' output.

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