php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
count () | |
getIterator () | |
item (int $index) | |
Data Fields | |
int | $length |
Definition at line 1473 of file php_dom.stub.php.
Dom\NodeList::count | ( | ) |
@implementation-alias DOMNodeList\count
Implements Countable.
Definition at line 1482 of file php_dom.stub.php.
Dom\NodeList::getIterator | ( | ) |
@implementation-alias DOMNodeList\getIterator
Implements IteratorAggregate.
Definition at line 1485 of file php_dom.stub.php.
Dom\NodeList::item | ( | int | $index | ) |
@implementation-alias DOMNodeList\item
Definition at line 1488 of file php_dom.stub.php.
int Dom\NodeList::$length |
@readonly @virtual
Definition at line 1479 of file php_dom.stub.php.