apcu_add

(PECL apcu >= 4.0.0) Cache a new variable in the data store bool apcu_add ( string $key, mixed $var [, int $ttl = 0 ] ) array apcu_add ( array $values [, mixed $unused = NULL [, int $ttl = 0 ]] ) Caches a variable in the data store, only if it's not already stored. Note: Unlike many other mechanisms in PHP, variables stored using apcu_add() will persist between requests (until the value is removed from the cache).

CairoScaledFont::getFontOptions

(PECL cairo >= 0.1.0) The getFontOptions purpose public void CairoScaledFont::getFontOptions ( void ) Object oriented style (method): Procedural style: void cairo_get_font_options ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is curren

MongoCursor::slaveOkay

(PECL mongo >=0.9.4) Sets whether this query can be done on a secondary [deprecated] public MongoCursor MongoCursor::slaveOkay ([ bool $okay = true ] ) Calling this will make the driver route reads to secondaries if: You are using a replica set, and You created a MongoClient instance using the option "replicaSet" => "setName", and There is a healthy secondary that can be reached by the driver. MongoCurs

Gmagick::setimagegamma

(PECL gmagick >= Unknown) Sets the image gamma public Gmagick Gmagick::setimagegamma ( float $gamma ) Sets the image gamma. Parameters: gamma The image gamma. Returns: The Gmagick object on success Exception: Throws an GmagickException on error.

SWFDisplayItem::setName

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the object's name void SWFDisplayItem::setName ( string $name ) swfdisplayitem::setname() sets the object's name to name, for targetting with action script. Only useful on sprites. The object may be a swfshape(), a swfbutton(), a swftext() or a swfsprite() object. It must have been added using the swfmovie::add(). Returns: No value is returned.

fbsql_field_type

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Get the type of the specified field in a result string fbsql_field_type ( resource $result [, int $field_offset ] ) fbsql_field_type() is similar to the fbsql_field_name() function, but the field type is returned instead. Parameters: result A result identifier returned by fbsql_query() or fbsql_db_query(). field_offse

mb_regex_encoding

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Set/Get character encoding for multibyte regex mixed mb_regex_encoding ([ string $encoding = mb_regex_encoding() ] ) Set/Get character encoding for a multibyte regex. Parameters: encoding The encoding parameter is the character encoding. If it is omitted, the internal character encoding value will be used. Returns:

ftp_rename

(PHP 4, PHP 5, PHP 7) Renames a file or a directory on the FTP server bool ftp_rename ( resource $ftp_stream, string $oldname, string $newname ) ftp_rename() renames a file or a directory on the FTP server. Parameters: ftp_stream The link identifier of the FTP connection. oldname The old file/directory name. newna

SWFShape::setRightFill

(No version information available, might only be in Git) Sets right rasterizing color void SWFShape::setRightFill ( SWFGradient $fill ) void setRightFill ( int $red , int $green , int $blue [, int $a ] ) Shortcut for $swfshape->setrightfill($s->addfill($r, $g, $b [, $a]));. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of t

imagealphablending

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Set the blending mode for an image bool imagealphablending ( resource $image, bool $blendmode ) imagealphablending() allows for two different modes of drawing on truecolor images. In blending mode, the alpha channel component of the color supplied to all drawing function, such as imagesetpixel() determines how much of the underlying color should be allowed to shine through. As a result, gd a