Instalação/Configuração> <DOM
Last updated: Fri, 02 Jan 2009

Introdução

The DOM extension allows you to operate on XML documents through the DOM API with PHP 5.

For PHP 4, use DOM XML.

Nota: DOM extension uses UTF-8 encoding. Use utf8_encode() and utf8_decode() to work with texts in ISO-8859-1 encoding or Iconv for other encodings.



User Contributed Notes
Introdução
richso
16-May-2008 12: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"

Instalação/Configuração> <DOM
Last updated: Fri, 02 Jan 2009