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

search for in the

Installing/Configuring> <DOM
[edit] Last updated: Fri, 26 Apr 2013

view this page in

Introduction

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

Note: PHP 4 offers an older domxml extension.

Note:

The 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.



add a note add a note User Contributed Notes Introduction - [1 notes]
up
-2
richso
4 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 | stats | sitemap | contact | advertising | mirror sites