SolrQuery::getHighlightUsePhraseHighlighter

(PECL solr >= 0.9.2) Returns the state of the hl.usePhraseHighlighter parameter public bool SolrQuery::getHighlightUsePhraseHighlighter ( void ) Returns whether or not to use SpanScorer to highlight phrase terms only when they appear within the query phrase in the document. Returns: Returns a boolean on success and NULL if not set.

SolrQuery::setHighlightRegexSlop

(PECL solr >= 0.9.2) Sets the factor by which the regex fragmenter can stray from the ideal fragment size public SolrQuery SolrQuery::setHighlightRegexSlop ( float $factor ) The factor by which the regex fragmenter can stray from the ideal fragment size ( specfied by SolrQuery::setHighlightFragsize )to accomodate the regular expression Parameters: factor The factor by

Yaf_Route_Simple::__construct

(Yaf >=1.0.0) Yaf_Route_Simple constructor public Yaf_Route_Simple::__construct ( string $module_name, string $controller_name, string $action_name ) Yaf_Route_Simple will get route info from query string. and the parameters of this constructor will used as keys while searching for the route info in $_GET. Parameters: module_name The key name of the module info.

SolrPingResponse::__destruct

(PECL solr >= 0.9.2) Destructor public void SolrPingResponse::__destruct ( void ) Destructor Returns: None

iis_stop_service

(PECL iisfunc SVN) Stops the service defined by ServiceId int iis_stop_service ( string $service_id ) This function is currently not documented; only its argument list is available.

trader_sma

(PECL trader >= 0.2.0) Simple Moving Average array trader_sma ( array $real [, integer $timePeriod ] ) Parameters: real Array of real values. timePeriod Number of period. Valid range from 2 to 100000. Returns: Returns an array with calculated data or false on failure.

Gmagick::equalizeimage

(PECL gmagick >= Unknown) Equalizes the image histogram public Gmagick Gmagick::equalizeimage ( void ) Equalizes the image histogram. Returns: The equalized Gmagick object. Exception: Throws an GmagickException on error.

CairoGradientPattern::addColorStopRgba

(PECL cairo >= 0.1.0) The addColorStopRgba purpose public void CairoGradientPattern::addColorStopRgba ( string $offset, string $red, string $green, string $blue, string $alpha ) The method description goes here. Parameters: offset Description... red Description... green Description...

SolrQuery::addGroupField

(PECL solr >= 2.2.0) Add a field to be used to group results. public SolrQuery SolrQuery::addGroupField ( string $value ) The name of the field by which to group results. The field must be single-valued, and either be indexed or a field type that has a value source and works in a function query, such as ExternalFileField. It must also be a string-based field, such as StrField or TextField Uses group.field parameter

Yaf_Request_Simple::get

(Yaf >=1.0.0) The get purpose public void Yaf_Request_Simple::get ( void ) Returns: This function is currently not documented; only its argument list is available.