cairo_svg_surface_create

(PECL cairo >= 0.1.0) Description CairoSvgSurface cairo_svg_surface_create ( string $file, float $width, float $height ) The function description goes here. Parameters: file Description... width Description... height Description... Returns: What is returned on success and

Gmagick::removeimage

(PECL gmagick >= Unknown) Removes an image from the image list public void Gmagick::removeimage ( void ) Removes an image from the image list. Returns: The Gmagick object on success. Exception: Throws an GmagickException on error.

sqlsrv_rollback

(No version information available, might only be in Git) Rolls back a transaction that was begun with sqlsrv_begin_transaction() bool sqlsrv_rollback ( resource $conn ) Rolls back a transaction that was begun with sqlsrv_begin_transaction() and returns the connection to auto-commit mode. Parameters: conn The connection resource returned by a call to sqlsrv_connect().

Directory::close

(PHP 4, PHP 5, PHP 7) Close directory handle public void Directory::close ([ resource $dir_handle ] ) Same as closedir(), only dir_handle defaults to $this.

mcrypt_enc_is_block_algorithm

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Checks whether the algorithm of the opened mode is a block algorithm bool mcrypt_enc_is_block_algorithm ( resource $td ) Tells whether the algorithm of the opened mode is a block algorithm. Parameters: td The encryption descriptor. Returns: Returns TRUE if the algorithm is a block algorithm or FALSE if it is a st

SphinxClient::setMaxQueryTime

(PECL sphinx >= 0.1.0) Set maximum query time public bool SphinxClient::setMaxQueryTime ( int $qtime ) Sets maximum search query time. Parameters: qtime Maximum query time, in milliseconds. It must be a non-negative integer. Default value is 0, i.e. no limit. Returns: Returns TRUE on success or FALSE on failure.

imap_get_quota

(PHP 4 >= 4.0.5, PHP 5, PHP 7) Retrieve the quota level settings, and usage statics per mailbox array imap_get_quota ( resource $imap_stream, string $quota_root ) Retrieve the quota level settings, and usage statics per mailbox. For a non-admin user version of this function, please see the imap_get_quotaroot() function of PHP. Parameters: imap_stream An IMAP stream re

Imagick::getImagePixelColor

(PECL imagick 2.0.0) Returns the color of the specified pixel ImagickPixel Imagick::getImagePixelColor ( int $x, int $y ) Returns the color of the specified pixel. Parameters: x The x-coordinate of the pixel y The y-coordinate of the pixel Returns: Returns an ImagickPixel instance for the color at the coordinat

imagecolorresolvealpha

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Get the index of the specified color + alpha or its closest possible alternative int imagecolorresolvealpha ( resource $image, int $red, int $green, int $blue, int $alpha ) This function is guaranteed to return a color index for a requested color, either the exact color or the closest possible alternative. Parameters: image An image resour

imagesx

(PHP 4, PHP 5, PHP 7) Get image width int imagesx ( resource $image ) Returns the width of the given image resource. Parameters: image An image resource, returned by one of the image creation functions, such as imagecreatetruecolor(). Returns: Return the width of the image or FALSE on errors. Exampl