|
The DOMNodeList classClass synopsis
DOMNodeList
implements
IteratorAggregate
Countable
/* Properties */
public
readonly
int
$length;
/* Methods */
public int count()
public Iterator getIterator()
public DOMElementDOMNodeDOMNameSpaceNodenull item(int
$index )Properties
Changelog
Notes
|