(PHP 8 >= 8.4.0)
Dom\ParentNode::querySelector — Returns the first element that matches the CSS selectors
public Dom\ParentNode::querySelector(string $selectors): ?Dom\Element
Returns the first element that matches the CSS selectors specified in selectors.
selectors Returns the first Dom\Element that matches selectors. Returns null if no element matches.
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.queryselector.php