pQuery\HtmlParser::select PHP Method

select() public method

Performs a css select query on the root node
See also: DomNode::select()
public select ( $query = '*', $index = false, $recursive = true, $check_self = false ) : array
return array
    function select($query = '*', $index = false, $recursive = true, $check_self = false)
    {
        return $this->root->select($query, $index, $recursive, $check_self);
    }