Imagick::remapImage

(No version information available, might only be in Git) Remaps image colors public bool Imagick::remapImage ( Imagick $replacement, int $DITHER ) Replaces colors an image with those defined by replacement. The colors are replaced with the closest possible color. This method is available if Imagick has been compiled against ImageMagick version 6.4.5 or newer. Parameters: replacement

gzclose

(PHP 4, PHP 5, PHP 7) Close an open gz-file pointer bool gzclose ( resource $zp ) Closes the given gz-file pointer. Parameters: zp The gz-file pointer. It must be valid, and must point to a file successfully opened by gzopen(). Returns: Returns TRUE on success or FALSE on failure. Examples:

SolrQuery::setTermsMaxCount

(PECL solr >= 0.9.2) Sets the maximum document frequency public SolrQuery SolrQuery::setTermsMaxCount ( int $frequency ) Sets the maximum document frequency. Parameters: frequency The maximum document frequency. Returns: Returns the current SolrQuery object, if the return value is used.

CairoContext::setSource

(PECL cairo >= 0.1.0) The setSource purpose public void CairoContext::setSource ( string $pattern ) Object oriented style (method): Procedural style: void cairo_set_source ( CairoContext $context , CairoPattern $pattern ) Description here. Parameters: context Description... pattern Description... Returns:

CairoScaledFont::extents

(PECL cairo >= 0.1.0) The extents purpose public array CairoScaledFont::extents ( void ) The method description goes here. Returns: Description... This function is currently not documented; only its argument list is available. Examples: CairoScaledFont::extents() example <

CairoContext::rotate

(PECL cairo >= 0.1.0) The rotate purpose public void CairoContext::rotate ( string $angle ) Object oriented style (method): Procedural style: void cairo_rotate ( CairoContext $context , string $angle ) Description here. Parameters: context Description... angle Description... Returns: Description...

SolrCollapseFunction::setField

(PECL solr >= 2.2.0) Sets the field to collapse on public SolrCollapseFunction SolrCollapseFunction::setField ( string $field ) The field name to collapse on. In order to collapse a result. The field type must be a single valued String, Int or Float. Parameters: field The field name to collapse on. In order to collapse a result. The field type must be a single valued S

ImagickDraw::getTextEncoding

(PECL imagick 2.0.0) Returns the code set used for text annotations string ImagickDraw::getTextEncoding ( void ) Returns a string which specifies the code set used for text annotations. Returns: Returns a string specifying the code set or false if text encoding is not set. This function is currently not documented; only its argument list is available.

Imagick::stripImage

(PECL imagick 2.0.0) Strips an image of all profiles and comments bool Imagick::stripImage ( void ) Strips an image of all profiles and comments. Returns: Returns TRUE on success. Exception: Throws ImagickException on error.

CairoContext::popGroup

(PECL cairo >= 0.1.0) The popGroup purpose public void CairoContext::popGroup ( void ) Object oriented style (method): Procedural style: void cairo_pop_group ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently not documented; on