update : 2015.11.03
php.shukuma.com

검색:
 
 
소개

소개

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.