Dom\ParentNode::querySelectorReturns the first element that matches the CSS selectors Description
public Dom\Elementnull Dom\ParentNode::querySelector(string
$selectors )
Returns the first element that matches the CSS selectors specified
in Parameters
Return Values
Returns the first Dom\Element that matches
Errors/Exceptions
Throws a DOMException with code
See Also
|