ElementNode::getElementsByClassName

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

Source Code
If you find this project useful, consider leaving a on GitHub! Thank you!