GmagickDraw::setstrokeopacity

(PECL gmagick >= Unknown) Specifies the opacity of stroked object outlines. public GmagickDraw GmagickDraw::setstrokeopacity ( float $stroke_opacity ) Specifies the opacity of stroked object outlines. Parameters: stroke_opacity Stroke opacity. The value 1.0 is opaque. Returns: The GmagickDraw object on success

Gmagick::__construct

(PECL gmagick >= Unknown) The Gmagick constructor public Gmagick::__construct ([ string $filename ] ) The Gmagick constructor. Parameters: filename The path to an image to load or array of paths Returns: Returns a new Gmagick object on success. Exception: Throws an GmagickException on error.

array_flip

(PHP 4, PHP 5, PHP 7) Exchanges all keys with their associated values in an array array array_flip ( array $array ) array_flip() returns an array in flip order, i.e. keys from array become values and values from array become keys. Note that the values of array need to be valid keys, i.e. they need to be either integer or string. A warning will be emitted if a value has the wrong type, and the key/value pair in question wil

Gmagick::setimageindex

(PECL gmagick >= Unknown) Set the iterator to the position in the image list specified with the index parameter public Gmagick Gmagick::setimageindex ( int $index ) Set the iterator to the position in the image list specified with the index parameter. Parameters: index The scene number. Returns: The Gmagick object on success.

MongoDB::__get

(PECL mongo >=1.0.2) Gets a collection public MongoCollection MongoDB::__get ( string $name ) This is the easiest way of getting a collection from a database object. If a collection name contains strange characters, you may have to use MongoDB::selectCollection() instead. <?php $mongo = new MongoClient(); // the following two lines are equivalent $collection = $mongo->selectDB("foo")->selectCollection("bar")

EventBuffer::drain

(PECL event >= 1.2.6-beta) Removes specified number of bytes from the front of the buffer without copying it anywhere public bool EventBuffer::drain ( int $len ) Behaves as EventBuffer::read() , except that it does not copy the data: it just removes it from the front of the buffer. Parameters: len The number of bytes to remove from the buffer. Retu

ImagickDraw::getFillOpacity

(PECL imagick 2.0.0) Returns the opacity used when drawing float ImagickDraw::getFillOpacity ( void ) Returns the opacity used when drawing using the fill color or fill texture. Fully opaque is 1.0. Returns: The opacity. This function is currently not documented; only its argument list is available.

SolrQuery::getMltMaxNumQueryTerms

(PECL solr >= 0.9.2) Returns the maximum number of query terms that will be included in any generated query public int SolrQuery::getMltMaxNumQueryTerms ( void ) Returns the maximum number of query terms that will be included in any generated query Returns: Returns an integer on success and NULL if not set.

SolrQuery::setFacetDateGap

(PECL solr >= 0.9.2) Maps to facet.date.gap public SolrQuery SolrQuery::setFacetDateGap ( string $value [, string $field_override ] ) Maps to facet.date.gap Parameters: value See facet.date.gap field_override The name of the field Returns: Returns the current SolrQuery object, if the return value is used.

Imagick::removeImage

(PECL imagick 2.0.0) Removes an image from the image list bool Imagick::removeImage ( void ) Removes an image from the image list. Returns: Returns TRUE on success. Exception: Throws ImagickException on error.