Searched refs:_groupfunc (Results 1 – 2 of 2) sorted by relevance
374 var $_groupfunc; ///< group-by function (to pre-process group-by attribute value with) variable in SphinxClient422 $this->_groupfunc = SPH_GROUPBY_DAY;836 $this->_groupfunc = $func;896 $this->_groupfunc = SPH_GROUPBY_DAY;983 $req .= pack("NN", $this->_groupfunc, strlen($this->_groupby)) . $this->_groupby;
392 var $_groupfunc; ///< group-by function (to pre-process group-by attribute value with) variable in SphinxClient440 $this->_groupfunc = SPH_GROUPBY_DAY;872 $this->_groupfunc = $func;932 $this->_groupfunc = SPH_GROUPBY_DAY;1021 $req .= pack ( "NN", $this->_groupfunc, strlen($this->_groupby) ) . $this->_groupby;