(PHP 8 >= 8.4.0)
Dom\ParentNode::querySelectorAll — Returns a collection of elements that match the CSS selectors
public Dom\ParentNode::querySelectorAll(string $selectors): Dom\NodeList
Returns a collection of elements that match the CSS selectors specified in selectors.
selectors Returns a static collection of elements that match the CSS selectors specified in selectors.
Throws a DOMException with code Dom\SYNTAX_ERR when selectors is not a valid CSS selector string.
© 1997–2025 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/dom-parentnode.queryselectorall.php