Introduction

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

Note:

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

To Top