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

search for in the

Installation/Configuration> <DOM
Last updated: Fri, 10 Oct 2008

view this page in

Introduction

L'extension DOM vous permet d'utiliser des documents XML via l'API DOM de PHP 5.

Pour PHP 4, utilisez l'extension DOM XML.

Note: L'extension DOM utilise l'encodage UTF-8. Utilisez les fonctions utf8_encode() et utf8_decode() pour travailler avec les textes en ISO-8859-1 ou l'extension Iconv pour les autres encodages.



add a note add a note User Contributed Notes
Introduction
richso
16-May-2008 05: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"

Installation/Configuration> <DOM
Last updated: Fri, 10 Oct 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites