DOMNodeList
class DOMNodeList implements IteratorAggregate, Countable (View source)
The DOMNodeList class
Properties
int | $length |
Methods
TNode|null
item(int $index)
Retrieves a node specified by index
int
count()
No description
getIterator()
No description
Details
TNode|null
item(int $index)
Retrieves a node specified by index
int
count()
Since: 7.2
No description
Traversable
getIterator()
Since: 8.0
No description