ConFoo 2025

The Dom\DtdNamedNodeMap class

(PHP 8 >= 8.4.0)

Introduction

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.
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top