Dom\ParentNode::querySelectorAll
(PHP 8 >= 8.4.0)
Dom\ParentNode::querySelectorAll — Returns a collection of elements that match the CSS selectors
Description
Returns a collection of elements that match the CSS selectors specified in selectors.
Parameters
selectors- A string containing one or more CSS selectors.
Return Values
Returns a static collection of elements that match the CSS selectors specified in selectors.
Errors/Exceptions
Throws a DOMException with code Dom\SYNTAX_ERR when selectors is not a valid CSS selector string.
See Also
- Dom\ParentNode::querySelector() - Returns the first element that matches the CSS selectors
↑ and ↓ to navigate • Enter to select • Esc to close • / to open