Gmagick::raiseimage

(PECL gmagick >= Unknown) Creates a simulated 3d button-like effect public void Gmagick::raiseimage ( int $width, int $height, int $x, int $y, bool $raise ) Creates a simulated three-dimensional button-like effect by lightening and darkening the edges of the image. Members width and height of raise_info define the width of the vertical and horizontal edge of the effect. Parameters:

OAuthProvider::setParam

(PECL OAuth >= 1.0.0) Set a parameter final public bool OAuthProvider::setParam ( string $param_key [, mixed $param_val ] ) Sets a parameter. Parameters: param_key The parameter key. param_val The optional parameter value. To exclude a parameter from signature verification, set its value to NULL. Returns:

CairoContext::maskSurface

(PECL cairo >= 0.1.0) The maskSurface purpose public void CairoContext::maskSurface ( string $surface [, string $x [, string $y ]] ) Object oriented style (method): Procedural style: void cairo_mask_surface ( CairoContext $context , CairoSurface $surface [, string $x [, string $y ]] ) Description here. Parameters: context Description... surface

OAuth::setRSACertificate

(PECL OAuth >= 1.0.0) Set the RSA certificate public mixed OAuth::setRSACertificate ( string $cert ) Sets the RSA certificate. Parameters: cert The RSA certificate. Returns: Returns TRUE on success, or FALSE on failure (e.g., the RSA certificate cannot be parsed.) This function is currently not documented;

sybase_deadlock_retry_count

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Sets the deadlock retry count void sybase_deadlock_retry_count ( int $retry_count ) Using sybase_deadlock_retry_count(), the number of retries can be defined in cases of deadlocks. By default, every deadlock is retried an infinite number of times or until the process is killed by Sybase, the executing script is killed (for instance, by set_time_limit()) or the query succeeds.

Imagick::getImageVirtualPixelMethod

(PECL imagick 2.0.0) Returns the virtual pixel method int Imagick::getImageVirtualPixelMethod ( void ) Returns the virtual pixel method for the specified image. Returns: Returns the virtual pixel method on success. Exception: Throws ImagickException on error.

HaruImage::getColorSpace

(PECL haru >= 0.0.1) Get the name of the color space string HaruImage::getColorSpace ( void ) Get the name of the color space. Returns: Returns the name of the color space of the image. The name is one of the following values: "DeviceGray" "DeviceRGB" "DeviceCMYK" "Indexed" Exception: Throws a HaruException on error.

SolrObject::offsetExists

(PECL solr >= 0.9.2) Checks if the property exists public bool SolrObject::offsetExists ( string $property_name ) Checks if the property exists. This is used when the object is treated as an array. Parameters: property_name The name of the property. Returns: Returns TRUE on success or FALSE on failure.

Gmagick::getimagewidth

(PECL gmagick >= Unknown) Returns the width of the image public int Gmagick::getimagewidth ( void ) Returns the width of the image. Returns: Returns the image width. Exception: Throws an GmagickException on error.

EvIo::set

(PECL ev >= 0.2.0) Configures the watcher public void EvIo::set ( mixed $fd , int $events ) Configures the EvIo watcher Parameters: fd The same as for EvIo::__construct() events The same as for EvIo::__construct() Returns: No value is returned.