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

Public Member Functions

 item (int $index)
 
 namedItem (string $key)
 
 count ()
 
 getIterator ()
 

Data Fields

int $length
 

Detailed Description

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

Member Function Documentation

◆ count()

Dom\HTMLCollection::count ( )

@implementation-alias DOMNodeList\count

Implements Countable.

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

◆ getIterator()

Dom\HTMLCollection::getIterator ( )

@implementation-alias DOMNodeList\getIterator

Implements IteratorAggregate.

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

◆ item()

Dom\HTMLCollection::item ( int $index)

@implementation-alias DOMNodeList\item

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

◆ namedItem()

Dom\HTMLCollection::namedItem ( string $key)

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

Field Documentation

◆ $length

int Dom\HTMLCollection::$length

@readonly @virtual

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


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