W3cubDocs

/PHP

The Dom\DtdNamedNodeMap class

Introduction

(PHP 8 >= 8.4.0)

Represents a named node map for entities and notation nodes of the DTD.

Class synopsis

class Dom\DtdNamedNodeMap implements IteratorAggregate, Countable {
/* Properties */
public readonly int $length;
/* Methods */
/* Not documented yet */
}

Properties

length
The total number of entities and notation nodes.

© 1997–2025 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/class.dom-dtdnamednodemap.php