The Dom\NamedNodeMap class

Introduction

Represents the set of attributes on an element.

Class synopsis

Dom\NamedNodeMap
implements IteratorAggregate Countable
/* Properties */
public readonly int $length;
/* Methods */
/* Not documented yet */

Properties

length
The number of attributes.

Notes

Note: The DOM extension uses UTF-8 encoding when working with methods or properties. The parser methods auto-detect the encoding or allow the caller to specify an encoding.