SolrQuery::getMltMaxWordLength

(PECL solr >= 0.9.2) Returns the maximum word length above which words will be ignored public int SolrQuery::getMltMaxWordLength ( void ) Returns the maximum word length above which words will be ignored Returns: Returns an integer on success and NULL if not set.

chunk_split

(PHP 4, PHP 5, PHP 7) Split a string into smaller chunks string chunk_split ( string $body [, int $chunklen = 76 [, string $end = "\r\n" ]] ) Can be used to split a string into smaller chunks which is useful for e.g. converting base64_encode() output to match RFC 2045 semantics. It inserts end every chunklen characters. Parameters: body The string to be chunked.

Imagick::optimizeImageLayers

(PECL imagick 2.0.0) Removes repeated portions of images to optimize bool Imagick::optimizeImageLayers ( void ) Compares each image the GIF disposed forms of the previous image in the sequence. From this it attempts to select the smallest cropped image to replace each frame, while preserving the results of the animation. This method is available if Imagick has been compiled against ImageMagick version 6.2.9 or newer.

Yaf_Application::__wakeup

(Yaf >=1.0.0) Yaf_Application can not be unserialized private void Yaf_Application::__wakeup ( void ) Returns:

Worker::unstack

(PECL pthreads >= 2.0.0) Stacking public integer Worker::unstack ([ Threaded &$work ] ) Removes the referenced object ( or all objects if parameters are void ) from stack of the referenced Worker Parameters: work Threaded object previously stacked onto Worker Returns: The new length of the stack

MongoCursor::batchSize

(PECL mongo >=1.0.11) Limits the number of elements returned in one batch. public MongoCursor MongoCursor::batchSize ( int $batchSize ) A cursor typically fetches a batch of result objects and store them locally. This method sets the batchSize value to configure the amount of documents retrieved from the server in one round trip. However, it will never return more documents than fit in the max batch size limit (usually 4M

trader_typprice

(PECL trader >= 0.2.0) Typical Price array trader_typprice ( array $high, array $low, array $close ) Parameters: high High price, array of real values. low Low price, array of real values. close Closing price, array of real values. Returns: Returns an array with calculated da

SolrQuery::setHighlightRegexPattern

(PECL solr >= 0.9.2) Specify the regular expression for fragmenting public SolrQuery SolrQuery::setHighlightRegexPattern ( string $value ) Specifies the regular expression for fragmenting. This could be used to extract sentences Parameters: value The regular expression for fragmenting. This could be used to extract sentences Returns: Returns t

SolrQuery::removeMltQueryField

(PECL solr >= 0.9.2) Removes one of the moreLikeThis query fields public SolrQuery SolrQuery::removeMltQueryField ( string $queryField ) Removes one of the moreLikeThis query fields. Parameters: queryField The query field Returns: Returns the current SolrQuery object, if the return value is used.

SolrQuery::getFacetSort

(PECL solr >= 0.9.2) Returns the facet sort type public int SolrQuery::getFacetSort ([ string $field_override ] ) Returns an integer (SolrQuery::FACET_SORT_INDEX or SolrQuery::FACET_SORT_COUNT) Parameters: field_override The name of the field Returns: Returns an integer (SolrQuery::FACET_SORT_INDEX or SolrQuery::FACET_SORT_COUNT) on success or