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

search for in the

インストール/設定> <DOM
[edit] Last updated: Fri, 10 Feb 2012

view this page in

導入

DOM 拡張モジュールを使用すると、DOM API を使用した XML ドキュメントの操作を PHP 5 で行えます。

PHP 4 では DOM XML を使用します。

注意:

DOM 拡張モジュールは UTF-8 エンコーディングを使用します。ISO-8859-1 エンコーディングのテキストを扱うには utf8_encode()utf8_decode() を使用します。またその他のエンコーディングを扱うには Iconv を使用します。



add a note add a note User Contributed Notes 導入
richso 15-May-2008 02: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"

 
show source | credits | stats | sitemap | contact | advertising | mirror sites