php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
Dom\NamedNodeMap Class Reference
Inheritance diagram for Dom\NamedNodeMap:
IteratorAggregate Countable Traversable

Public Member Functions

 item (int $index)
 
 getNamedItem (string $qualifiedName)
 
 getNamedItemNS (?string $namespace, string $localName)
 
 count ()
 
 getIterator ()
 

Data Fields

int $length
 

Detailed Description

Definition at line 1491 of file php_dom.stub.php.

Member Function Documentation

◆ count()

Dom\NamedNodeMap::count ( )

@implementation-alias DOMNamedNodeMap\count

Implements Countable.

Definition at line 1507 of file php_dom.stub.php.

◆ getIterator()

Dom\NamedNodeMap::getIterator ( )

@implementation-alias DOMNamedNodeMap\getIterator

Implements IteratorAggregate.

Definition at line 1510 of file php_dom.stub.php.

◆ getNamedItem()

Dom\NamedNodeMap::getNamedItem ( string $qualifiedName)

@implementation-alias DOMNamedNodeMap\getNamedItem

Definition at line 1502 of file php_dom.stub.php.

◆ getNamedItemNS()

Dom\NamedNodeMap::getNamedItemNS ( ?string $namespace,
string $localName )

@implementation-alias DOMNamedNodeMap\getNamedItemNS

Definition at line 1504 of file php_dom.stub.php.

◆ item()

Dom\NamedNodeMap::item ( int $index)

@implementation-alias DOMNamedNodeMap\item

Definition at line 1500 of file php_dom.stub.php.

Field Documentation

◆ $length

int Dom\NamedNodeMap::$length

@readonly @virtual

Definition at line 1497 of file php_dom.stub.php.


The documentation for this class was generated from the following file: