CairoLinearGradient::__construct

(PECL cairo >= 0.1.0) The __construct purpose public CairoLinearGradient::__construct ( float $x0, float $y0, float $x1, float $y1 ) The method description goes here. Parameters: x0 Description... y0 Description... x1 Description... y1 Description...

wincache_ucache_info

(PECL wincache >= 1.1.0) Retrieves information about data stored in the user cache array wincache_ucache_info ([ bool $summaryonly = false [, string $key = NULL ]] ) Retrieves information about data stored in the user cache. Parameters: summaryonly Controls whether the returned array will contain information about individual cache entries along with the user cache

Imagick::sketchImage

(PECL imagick 2.0.0) Simulates a pencil sketch bool Imagick::sketchImage ( float $radius, float $sigma, float $angle ) Simulates a pencil sketch. We convolve the image with a Gaussian operator of the given radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma. Use a radius of 0 and Imagick::sketchImage() selects a suitable radius for you. Angle gives the angle of the blurring motio

SolrResponse::getRequestUrl

(PECL solr >= 0.9.2) Returns the full URL the request was sent to public string SolrResponse::getRequestUrl ( void ) Returns the full URL the request was sent to. Returns: Returns the full URL the request was sent to

SolrDisMaxQuery::removeBoostQuery

(No version information available, might only be in Git) Removes a boost query partial by field name (bq) public SolrDisMaxQuery SolrDisMaxQuery::removeBoostQuery ( string $field ) Removes a boost query partial from the existing query, only if SolrDisMaxQuery::addBoostQuery() was used. Parameters: field Field Name Returns: SolrDisMaxQuery

SolrDocument::rewind

(PECL solr >= 0.9.2) Resets the internal pointer to the beginning public void SolrDocument::rewind ( void ) Resets the internal pointer to the beginning. Returns: This method has no return value.

SphinxClient::setGeoAnchor

(PECL sphinx >= 0.1.0) Set anchor point for a geosphere distance calculations public bool SphinxClient::setGeoAnchor ( string $attrlat, string $attrlong, float $latitude, float $longitude ) Sets anchor point for a geosphere distance (geodistance) calculations and enables them. Once an anchor point is set, you can use magic "@geodist" attribute name in your filters and/or sorting expressions. Parameters:

QuickHashIntSet::loadFromString

(PECL quickhash >= Unknown) This factory method creates a set from a string public static QuickHashIntSet QuickHashIntSet::loadFromString ( string $contents [, int $size [, int $options ]] ) This factory method creates a new set from a definition in a string. The file format consists of 32 bit signed integers packed together in the Endianness that the system that the code runs on uses. Parameters:

QuickHashIntSet::exists

(PECL quickhash >= Unknown) This method checks whether a key is part of the set public bool QuickHashIntSet::exists ( int $key ) This method checks whether an entry with the provided key exists in the set. Parameters: key The key of the entry to check for whether it exists in the set. Returns: Returns TRUE when the entry was found, or FALSE wh

mysqli_stmt::fetch

(PHP 5, PHP 7) Fetch results from a prepared statement into the bound variables bool mysqli_stmt::fetch ( void ) Object oriented style Procedural style bool mysqli_stmt_fetch ( mysqli_stmt $stmt ) Fetch the result from a prepared statement into the variables bound by mysqli_stmt_bind_result(). Note: Note that all columns must be bound by the application before calling mysqli_stmt_fetch(). Note: Data are transferred