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

search for in the

Installation/Configuration> <DOM
[edit] Last updated: Fri, 24 May 2013

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 - [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