ElementNode::matches

The matches() method checks if the element matches the given CSS selector.

Description

public ElementNode::matches(string $selector): bool

Parameters

selector

The CSS selector to check against the element.

Return Value

Returns true if the element matches the selector, otherwise returns false.

Exceptions

None

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