Gmagick::quantizeimages

(PECL gmagick >= Unknown) The quantizeimages purpose public void Gmagick::quantizeimages ( int $numColors, int $colorspace, int $treeDepth, bool $dither, bool $measureError ) Analyzes the colors within a sequence of images and chooses a fixed number of colors to represent the image. The goal of the algorithm is to minimize the color difference between the input and output image while minimizing the processing time.

Gmagick::current

(PECL gmagick >= Unknown) The current purpose public Gmagick Gmagick::current ( void ) Returns reference to the current gmagick object with image pointer at the correct sequence. Returns: Returns self on success. Exception: Throws an GmagickException on error.

Pool::shutdown

(PECL pthreads >= 2.0.0) Shutdown all Workers public void Pool::shutdown ( void ) Shutdown the Workers in this Pool Returns: void

dbplus_undo

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Undo int dbplus_undo ( resource $relation ) Parameters: relation A relation opened by dbplus_open(). Returns: This function is currently not documented; only its argument list is available.

APCIterator::valid

(PECL apc >= 3.1.1) Checks if current position is valid public void APCIterator::valid ( void ) Checks if the current iterator position is valid. Returns: Returns TRUE if the current iterator position is valid, otherwise FALSE. See also: APCIterator::current() - Iterator::valid() -

Imagick::getImageExtrema

(PECL imagick 2.0.0) Gets the extrema for the image array Imagick::getImageExtrema ( void ) Gets the extrema for the image. Returns an associative array with the keys "min" and "max". Returns: Returns an associative array with the keys "min" and "max". Exception: Throws ImagickException on error.

IntlRuleBasedBreakIterator::getRuleStatus

(No version information available, might only be in Git) Get the largest status value from the break rules that determined the current break position public ReturnType IntlRuleBasedBreakIterator::getRuleStatus ( void ) Returns: This function is currently not documented; only its argument list is available.

SolrQuery::getFacetDateFields

(PECL solr >= 0.9.2) Returns all the facet.date fields public array SolrQuery::getFacetDateFields ( void ) Returns all the facet.date fields Returns: Returns all the facet.date fields as an array or NULL if none was set

Yaf_Response_Abstract::clearHeaders

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

SolrQuery::setMltMaxWordLength

(PECL solr >= 0.9.2) Sets the maximum word length public SolrQuery SolrQuery::setMltMaxWordLength ( int $maxWordLength ) Sets the maximum word length above which words will be ignored. Parameters: maxWordLength The maximum word length above which words will be ignored Returns: Returns the current SolrQuery object, if the return value is used.