PHP 8.5.0 Beta 3 available for testing

Dom\DtdNamedNodeMap クラス

(PHP 8 >= 8.4.0)

はじめに

DTD の記法ノードとエンティティノードの、 名前付きノードマップを表します。

クラス概要

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

プロパティ

length
エンティティと記法ノードの合計数
add a note

User Contributed Notes

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