DOM
PHP Manual
PHP Manual»Manipolazione XML»DOM

Document Object Model

Introduzione

The DOM extension allows operations on XML and HTML documents through the DOM API with PHP.

Nota: The DOM extension uses UTF-8 encoding. Use mb_convert_encoding(), UConverter::transcode(), or iconv() to handle other encodings.

To Top