php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
item (int $index) | |
namedItem (string $key) | |
count () | |
getIterator () | |
Data Fields | |
int | $length |
Definition at line 1535 of file php_dom.stub.php.
Dom\HTMLCollection::count | ( | ) |
@implementation-alias DOMNodeList\count
Implements Countable.
Definition at line 1549 of file php_dom.stub.php.
Dom\HTMLCollection::getIterator | ( | ) |
@implementation-alias DOMNodeList\getIterator
Implements IteratorAggregate.
Definition at line 1552 of file php_dom.stub.php.
Dom\HTMLCollection::item | ( | int | $index | ) |
@implementation-alias DOMNodeList\item
Definition at line 1544 of file php_dom.stub.php.
Dom\HTMLCollection::namedItem | ( | string | $key | ) |
Definition at line 1546 of file php_dom.stub.php.
int Dom\HTMLCollection::$length |
@readonly @virtual
Definition at line 1541 of file php_dom.stub.php.