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"
導入
DOM 拡張モジュールを使用すると、DOM API を使用した XML ドキュメントの操作を PHP 5 で行えます。
PHP 4 では DOM XML を使用します。
注意: DOM 拡張モジュールは UTF-8 エンコーディングを使用します。ISO-8859-1 エンコーディングのテキストを扱うには utf8_encode() と utf8_decode() を使用します。またその他のエンコーディングを扱うには Iconv を使用します。
導入
richso
16-May-2008 06:49
16-May-2008 06:49
