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

Public Member Functions

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

Data Fields

int $length
 

Detailed Description

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

Member Function Documentation

◆ count()

DOMNamedNodeMap::count ( )

@tentative-return-type

Implements Countable.

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

◆ getIterator()

DOMNamedNodeMap::getIterator ( )

@tentative-return-type

Implements IteratorAggregate.

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

◆ getNamedItem()

DOMNamedNodeMap::getNamedItem ( string $qualifiedName)

@tentative-return-type

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

◆ getNamedItemNS()

DOMNamedNodeMap::getNamedItemNS ( ?string $namespace,
string $localName )

@tentative-return-type

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

◆ item()

DOMNamedNodeMap::item ( int $index)

@tentative-return-type

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

Field Documentation

◆ $length

int DOMNamedNodeMap::$length

@readonly @virtual

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


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