Dom\ParentNode::querySelectorAllReturns a collection of elements that match the CSS selectors Description
public Dom\NodeList Dom\ParentNode::querySelectorAll(string
$selectors )
Returns a collection of elements that match the CSS selectors specified
in Parameters
Return Values
Returns a static collection of elements that match the CSS selectors
specified in Errors/Exceptions
Throws a DOMException with code
See Also
|