The DOMNamedNodeMap class

From Get docs
Php/docs/latest/class.domnamednodemap


The DOMNamedNodeMap class

Class synopsis

(PHP 5, PHP 7, PHP 8)

class DOMNamedNodeMap implements Traversable, Countable {

/* Properties */

public readonly int $length;

/* Methods */

public count(): int|false
public getNamedItem(string $qualifiedName): ?DOMNode
public getNamedItemNS(?string $namespace, string $localName): ?DOMNode
public item(int $index): ?DOMNode

}

Properties

length
The number of nodes in the map. The range of valid child node indices is 0 to length - 1 inclusive.

Table of Contents


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