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

Public Member Functions

 count ()
 
 getIterator ()
 
 item (int $index)
 

Data Fields

int $length
 

Detailed Description

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

Member Function Documentation

◆ count()

Dom\NodeList::count ( )

@implementation-alias DOMNodeList\count

Implements Countable.

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

◆ getIterator()

Dom\NodeList::getIterator ( )

@implementation-alias DOMNodeList\getIterator

Implements IteratorAggregate.

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

◆ item()

Dom\NodeList::item ( int $index)

@implementation-alias DOMNodeList\item

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

Field Documentation

◆ $length

int Dom\NodeList::$length

@readonly @virtual

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


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