cairo_surface_set_fallback_resolution

(PECL cairo >= 0.1.0) Description void cairo_surface_set_fallback_resolution ( CairoSurface $surface, float $x, float $y ) The function description goes here. Parameters: surface Description... x Description... y Description... Returns: What is returned on success and fai

ImagickDraw::pop

(PECL imagick 2.0.0) Destroys the current ImagickDraw in the stack, and returns to the previously pushed ImagickDraw bool ImagickDraw::pop ( void ) Destroys the current ImagickDraw in the stack, and returns to the previously pushed ImagickDraw. Multiple ImagickDraws may exist. It is an error to attempt to pop more ImagickDraws than have been pushed, and it is proper form to pop all ImagickDraws which have been pushed.

ReflectionExtension::getName

(PHP 5, PHP 7) Gets extension name public string ReflectionExtension::getName ( void ) Gets the extensions name. Returns: The extensions name. Examples: ReflectionExtension::getName() example <?php $ext = new ReflectionExtension('mysqli'); var_dump($ext->getName()); ?> The above example will output something s

radius_put_addr

(PECL radius >= 1.1.0) Attaches an IP address attribute bool radius_put_addr ( resource $radius_handle, int $type, string $addr [, int $options = 0 [, int $tag ]] ) Attaches an IP address attribute to the current RADIUS request. Note: A request must be created via radius_create_request() before this function can be called. Parameters: radius_handle The RADIUS resour

Memcached::setByKey

(PECL memcached >= 0.1.0) Store an item on a specific server public bool Memcached::setByKey ( string $server_key, string $key, mixed $value [, int $expiration ] ) Memcached::setByKey() is functionally equivalent to Memcached::set(), except that the free-form server_key can be used to map the key to a specific server. This is useful if you need to keep a bunch of related keys on a certain server. Paramete

php_ini_scanned_files

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Return a list of .ini files parsed from the additional ini dir string php_ini_scanned_files ( void ) php_ini_scanned_files() returns a comma-separated list of configuration files parsed after php.ini. The directories searched are set by a compile time option and, optionally, by an environment variable at run time: more information can be found in the installation guide. The returned config

Gmagick::shearimage

(PECL gmagick >= Unknown) Creating a parallelogram public Gmagick Gmagick::shearimage ( mixed $color, float $xShear, float $yShear ) Slides one edge of an image along the X or Y axis, creating a parallelogram. An X direction shear slides an edge along the X axis, while a Y direction shear slides an edge along the Y axis. The amount of the shear is controlled by a shear angle. For X direction shears, x_shear is measured re

filepro

(PHP 4, PHP 5 <= 5.1.6, PHP 7) Read and verify the map file bool filepro ( string $directory ) This reads and verifies the map file, storing the field count and info. No locking is done, so you should avoid modifying your filePro database while it may be opened in PHP. Note: When safe mode is enabled, PHP checks whether the files or directories being operated upon have the same UID (owner) as the script that is being e

Imagick::clipImage

(PECL imagick 2.0.0) Clips along the first path from the 8BIM profile bool Imagick::clipImage ( void ) Clips along the first path from the 8BIM profile, if present. Returns: Returns TRUE on success. Exception: Throws ImagickException on error.

Imagick::getImageMagickLicense

(PECL imagick 2.0.0) Returns a string containing the ImageMagick license string Imagick::getImageMagickLicense ( void ) Returns a string containing the ImageMagick license Returns: Returns a string containing the ImageMagick license.