PHP 8.4.2 Released!

The Dom\DtdNamedNodeMap class

(PHP 8 >= 8.4.0)

Introdução

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

Resumo da classe

class Dom\DtdNamedNodeMap implements IteratorAggregate, Countable {
/* Propriedades */
public readonly int $length;
/* Métodos */
/* Not documented yet */
}

Propriedades

length
The total number of entities and notation nodes.
adicione uma nota

Notas Enviadas por Usuários (em inglês)

Não há notas de usuários para esta página.
To Top