ElementNode::getElementsByTagName

The getElementsByTagName() method returns a collection of elements with the specified tag name.

Description

public ElementNode::getElementsByTagName(string $name): ElementList

Parameters

name

The tag name to match against the elements.

Return Value

Returns an ElementList of elements with the specified tag name.

Exceptions

None

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