SWFFill::rotateTo

(PHP 5 <= 5.3.0, PECL ming SVN) Sets fill's rotation void SWFFill::rotateTo ( float $angle ) Sets the fill rotation to the given angle. Parameters: angle The rotation angle, in degrees. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding d

SolrInputDocument::clear

(PECL solr >= 0.9.2) Resets the input document public bool SolrInputDocument::clear ( void ) Resets the document by dropping all the fields and resets the document boost to zero. Returns: Returns TRUE on success or FALSE on failure.

DirectoryIterator::getBasename

(PHP 5 >= 5.2.2, PHP 7) Get base name of current DirectoryIterator item. public string DirectoryIterator::getBasename ([ string $suffix ] ) Get the base name of the current DirectoryIterator item. Parameters: suffix If the base name ends in suffix, this will be cut. Returns: The base name of the current DirectoryIterator item.

SolrQuery::getMltMinTermFrequency

(PECL solr >= 0.9.2) Returns the frequency below which terms will be ignored in the source document public int SolrQuery::getMltMinTermFrequency ( void ) Returns the frequency below which terms will be ignored in the source document Returns: Returns an integer on success and NULL if not set.

imagefilledellipse

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Draw a filled ellipse bool imagefilledellipse ( resource $image, int $cx, int $cy, int $width, int $height, int $color ) Draws an ellipse centered at the specified coordinate on the given image. Parameters: image An image resource, returned by one of the image creation functions, such as imagecreatetruecolor(). cx

ming_setcubicthreshold

(PHP 4 >= 4.0.5, PHP 5, PHP 7, PECL ming SVN) Set cubic threshold void ming_setcubicthreshold ( int $threshold ) Sets the threshold error for drawing cubic beziers. Parameters: threshold The Threshold. Lower is more accurate, hence larger file size. Returns: No value is returned.

cubrid_set_query_timeout

(PECL CUBRID >= 8.4.1) Set the timeout time of query execution bool cubrid_set_query_timeout ( resource $req_identifier, int $timeout ) The cubrid_set_query_timeout() function is used to set the timeout time of query execution. Parameters: req_identifier Request identifier. timeout Timeout time, unit of msec. Returns:

snmp3_walk

(PHP 4, PHP 5, PHP 7) Fetch all the SNMP objects from an agent array snmp3_walk ( string $host, string $sec_name, string $sec_level, string $auth_protocol, string $auth_passphrase, string $priv_protocol, string $priv_passphrase, string $object_id [, string $timeout = 1000000 [, string $retries = 5 ]] ) snmp3_walk() function is used to read all the values from an SNMP agent specified by the hostname. Even if the security

ps_scale

(PECL ps >= 1.1.0) Sets scaling factor bool ps_scale ( resource $psdoc, float $x, float $y ) Sets horizontal and vertical scaling of the coordinate system. Parameters: psdoc Resource identifier of the postscript file as returned by ps_new(). x Scaling factor in horizontal direction. y Scaling facto

SolrDocument::addField

(PECL solr >= 0.9.2) Adds a field to the document public bool SolrDocument::addField ( string $fieldName, string $fieldValue ) This method adds a field to the SolrDocument instance. Parameters: fieldName The name of the field fieldValue The value of the field. Returns: Returns TRUE on success or FALSE on fai