nthmac

(PECL spplus >= 1.0.0) Obtain a nthmac key (needs 2 arguments) string nthmac ( string $clent, string $data ) Returns: Returns TRUE on success or FALSE on failure. This function is currently not documented; only its argument list is available.

ImagickDraw::getTextKerning

(No version information available, might only be in Git) Description public float ImagickDraw::getTextKerning ( void ) Gets the text kerning. Returns:

Imagick::liquidRescaleImage

(No version information available, might only be in Git) Animates an image or images bool Imagick::liquidRescaleImage ( int $width, int $height, float $delta_x, float $rigidity ) This method scales the images using liquid rescaling method. This method is an implementation of a technique called seam carving. In order for this method to work as expected ImageMagick must be compiled with liblqr support. This method is available

timezone_open

(PHP 5 >= 5.2.0, PHP 7) Alias of DateTimeZone::__construct() This function is an alias of: DateTimeZone::__construct()

ImagickDraw::setStrokeOpacity

(PECL imagick 2.0.0) Specifies the opacity of stroked object outlines bool ImagickDraw::setStrokeOpacity ( float $stroke_opacity ) Specifies the opacity of stroked object outlines. Parameters: stroke_opacity stroke opacity. 1.0 is fully opaque Returns: No value is returned. This function is currently not docum

IntlTimeZone::getGMT

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Create GMT (UTC) timezone public static IntlTimeZone IntlTimeZone::getGMT ( void ) Returns: This function is currently not documented; only its argument list is available.

svn_fs_txn_root

(PECL svn >= 0.2.0) Creates and returns a transaction root resource svn_fs_txn_root ( resource $txn ) Creates and returns a transaction root This function is currently not documented; only its argument list is available.

Imagick::getImageBackgroundColor

(PECL imagick 2.0.0) Returns the image background color ImagickPixel Imagick::getImageBackgroundColor ( void ) Returns the image background color. Returns: Returns an ImagickPixel set to the background color of the image. Exception: Throws ImagickException on error.

Gmagick::getimagebackgroundcolor

(PECL gmagick >= Unknown) Returns the image background color public void Gmagick::getimagebackgroundcolor ( void ) Returns the image background color. Returns: Returns an GmagickPixel set to the background color of the image. Exception: Throws an GmagickException on error.

db2_bind_param

(PECL ibm_db2 >= 1.0.0) Binds a PHP variable to an SQL statement parameter bool db2_bind_param ( resource $stmt, int $parameter-number, string $variable-name [, int $parameter-type [, int $data-type = 0 [, int $precision = -1 [, int $scale = 0 ]]]] ) Binds a PHP variable to an SQL statement parameter in a statement resource returned by db2_prepare(). This function gives you more control over the parameter type, data