SolrQuery::setStart

(PECL solr >= 0.9.2) Specifies the number of rows to skip public SolrQuery SolrQuery::setStart ( int $start ) Specifies the number of rows to skip. Useful in pagination of results. Parameters: start The number of rows to skip. Returns: Returns the current SolrQuery object.

SolrQuery::getTermsPrefix

(PECL solr >= 0.9.2) Returns the term prefix public string SolrQuery::getTermsPrefix ( void ) Returns the prefix to which matching terms must be restricted. This will restrict matches to only terms that start with the prefix Returns: Returns a string on success and NULL if not set.

Yaf_Route_Rewrite::__construct

(Yaf >=1.0.0) Yaf_Route_Rewrite constructor public Yaf_Route_Rewrite::__construct ( string $match, array $route [, array $verify ] ) Parameters: match A pattern, will be used to match a request uri, if it doesn't match, Yaf_Route_Rewrite will return FALSE. You can use :name style to name segments matched, and use * to match the rest of the URL segments.

SolrQuery::getHighlightRegexSlop

(PECL solr >= 0.9.2) Returns the deviation factor from the ideal fragment size public float SolrQuery::getHighlightRegexSlop ( void ) Returns the factor by which the regex fragmenter can deviate from the ideal fragment size to accomodate the regular expression Returns: Returns a double on success and NULL if not set.

imagepalettetotruecolor

(PHP 5 >= 5.5.0, PHP 7) Converts a palette based image to true color bool imagepalettetotruecolor ( resource $src ) Converts a palette based image, created by functions like imagecreate() to a true color image, like imagecreatetruecolor(). Parameters: image An image resource, returned by one of the image creation functions, such as imagecreatetruecolor().

SolrQuery::removeFacetDateOther

(PECL solr >= 0.9.2) Removes one of the facet.date.other parameters public SolrQuery SolrQuery::removeFacetDateOther ( string $value [, string $field_override ] ) Removes one of the facet.date.other parameters Parameters: value The value field_override The name of the field. Returns: Returns the current Solr

fann_get_cascade_activation_functions_count

(PECL fann >= 1.0.0) Returns the number of cascade activation functions int fann_get_cascade_activation_functions_count ( resource $ann ) The number of activation functions in the fann_get_cascade_activation_functions() array. The default number of activation functions is 6. Parameters: ann Neural network resource. Returns: The number of casca

ReflectionClass::isFinal

(PHP 5, PHP 7) Checks if class is final public bool ReflectionClass::isFinal ( void ) Checks if a class is final. Returns: Returns TRUE on success or FALSE on failure. Examples: ReflectionClass::isFinal() example <?php class       TestClass { } final class TestFinalClass { } $normalClass = new ReflectionClass('TestCla

SolrQuery::__destruct

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

SolrQuery::setMltBoost

(PECL solr >= 0.9.2) Set if the query will be boosted by the interesting term relevance public SolrQuery SolrQuery::setMltBoost ( bool $flag ) Set if the query will be boosted by the interesting term relevance Parameters: value Sets to TRUE or FALSE Returns: Returns the current SolrQuery object, if the return value is used.