PHP 8.5.0 Beta 2 available for testing

The Dom\DtdNamedNodeMap class

(PHP 8 >= 8.4.0)

はじめに

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

クラス概要

class Dom\DtdNamedNodeMap implements IteratorAggregate, Countable {
/* プロパティ */
public readonly int $length;
/* メソッド */
/* Not documented yet */
}

プロパティ

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