HTMLCollection
class HTMLCollection implements IteratorAggregate, Countable (View source)
Properties
int | $length |
Methods
Element|null
item(int $index)
No description
Element|null
namedItem(string $key)
No description
int
count()
Count elements of an object
getIterator()
No description
Details
Element|null
item(int $index)
No description
Element|null
namedItem(string $key)
No description
int
count()
Count elements of an object
Traversable
getIterator()
No description