The getElementsByClassName()
method returns a collection of elements that have the specified class names.
Description
public ElementNode::getElementsByClassName(string $names): ElementList
Parameters
names
A space-separated list of class names to match against the elements.
Return Value
Returns an
ElementList
of elements that have the specified class names.
Exceptions
None