php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
Dom\DtdNamedNodeMap Class Reference
Inheritance diagram for Dom\DtdNamedNodeMap:
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 1513 of file php_dom.stub.php.

Member Function Documentation

◆ count()

Dom\DtdNamedNodeMap::count ( )

@implementation-alias DOMNamedNodeMap\count

Implements Countable.

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

◆ getIterator()

Dom\DtdNamedNodeMap::getIterator ( )

@implementation-alias DOMNamedNodeMap\getIterator

Implements IteratorAggregate.

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

◆ getNamedItem()

Dom\DtdNamedNodeMap::getNamedItem ( string $qualifiedName)

@implementation-alias DOMNamedNodeMap\getNamedItem

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

◆ getNamedItemNS()

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

@implementation-alias DOMNamedNodeMap\getNamedItemNS

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

◆ item()

Dom\DtdNamedNodeMap::item ( int $index)

@implementation-alias DOMNamedNodeMap\item

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

Field Documentation

◆ $length

int Dom\DtdNamedNodeMap::$length

@readonly @virtual

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


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