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

search for in the

Instalación/Configuración> <DOM
[edit] Last updated: Fri, 07 Jun 2013

view this page in

Introducción

La extension DOM (siglas en inglés de Document Object Model) permite manipular documentos XML mediante la API DOM, con PHP 5.

Nota: PHP 4 ofrece una extensión más antigua domxml.

Nota:

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 - [1 notes]
up
-5
richso
5 years ago
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 | sitemap | contact | advertising | mirror sites