GmagickDraw::settextdecoration

(PECL gmagick >= Unknown) Specifies a decoration public GmagickDraw GmagickDraw::settextdecoration ( int $decoration ) Specifies a decoration to be applied when annotating with text. Parameters: int Text decoration. One of NoDecoration, UnderlineDecoration, OverlineDecoration, or LineThroughDecoration Returns: The GmagickDraw object on success

Gmagick::radialblurimage

(PECL gmagick >= Unknown) Radial blurs an image public void Gmagick::radialblurimage ( float $angle [, int $channel = Gmagick::CHANNEL_DEFAULT ] ) Radial blurs an image. Parameters: angle The angle of the blur in degrees. channel Related channel Returns: The Gmagick object on success

Gmagick::oilpaintimage

(PECL gmagick >= Unknown) Simulates an oil painting public void Gmagick::oilpaintimage ( float $radius ) Applies a special effect filter that simulates an oil painting. Each pixel is replaced by the most frequent color occurring in a circular region defined by radius. Parameters: radius The radius of the circular neighborhood. Returns: The G

Gmagick::cropimage

(PECL gmagick >= Unknown) Extracts a region of the image public Gmagick Gmagick::cropimage ( int $width , int $height , int $x, int $y ) Extracts a region of the image. Parameters: width The width of the crop height The height of the crop x The X coordinate of the cropped region's top left corner

MongoCollection::setWriteConcern

(PECL mongo >=1.5.0) Set the write concern for this database public bool MongoCollection::setWriteConcern ( mixed $w [, int $wtimeout ] ) Parameters: w The write concern. This may be an integer denoting the number of servers required to acknowledge the write, or a string mode (e.g. "majority"). wtimeout The maximum number of milliseconds

ifx_fieldproperties

(PHP 4, PHP <=5.2.0) List of SQL fieldproperties array ifx_fieldproperties ( resource $result_id ) Returns the Informix SQL fieldproperties of every field in the query as an associative array. Properties are encoded as: "SQLTYPE;length;precision;scale;ISNULLABLE" where SQLTYPE = the Informix type like "SQLVCHAR" etc. and ISNULLABLE = "Y" or "N". Parameters: result_id r

stats_dens_pmf_hypergeometric

(PECL stats >= 1.0.0) float stats_dens_pmf_hypergeometric ( float $n1, float $n2, float $N1, float $N2 ) Parameters: n1 n2 N1 N2 Returns: This function is currently not documented; only its argument list is available.

ImagickDraw::setStrokePatternURL

(PECL imagick 2.0.0) Sets the pattern used for stroking object outlines bool ImagickDraw::setStrokePatternURL ( string $stroke_url ) Sets the pattern used for stroking object outlines. Parameters: stroke_url stroke URL Returns: imagick.imagickdraw.return.success; This function is currently not documented; only

ImagickPixel::getColorValue

(PECL imagick 2.0.0) Gets the normalized value of the provided color channel float ImagickPixel::getColorValue ( int $color ) Retrieves the value of the color channel specified, as a floating-point number between 0 and 1. Parameters: color The color to get the value of, specified as one of the Imagick color constants. This can be one of the RGB colors, CMYK colors, alpha

maxdb_fetch

(PECL maxdb 1.0) Alias of maxdb_stmt_fetch() This function is an alias of: maxdb_stmt_fetch(). This function alias is deprecated and only exists for backwards compatibility reasons. The use of this function is not recommended, as it may be removed from PHP in the future.