Introduction
PHP Manual
PHP Manual»DOM»Dom\Implementation

The Dom\Implementation class

(PHP 8 >= 8.4.0)

This class provides a number of methods for performing operations that are independent of any particular instance of the document object model.

This is the modern, spec-compliant equivalent of DOMImplementation.

class Dom\Implementation {
/* Methods */
/* Not documented yet */
}
To Top