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

search for in the

Instalación/Configuración> <DOM
Last updated: Fri, 20 May 2011

view this page in

Introducción

La Extension DOM le perte manipular documentos XML mediante el API DOM con PHP 5.

Para PHP 4, use DOM XML.

Note:

La extensión DOM utiliza la codificación UTF-8. Use utf8_encode() y utf8_decode() para trabajar con textos con codificación ISO-8859-1 o Iconv para otras codificaciones.



add a note add a note User Contributed Notes Introducción
richso 16-May-2008 03:49
this module parse and decode XML into utf-8 characters for no matter what the encoding is in you source XML, therefore use carefully for some not-so-standard encoding like "big5-hkscs"

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