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

Yaf_Request_Abstract::isPut

(Yaf >=1.0.0) The isPut purpose public void Yaf_Request_Abstract::isPut ( void ) Returns: This function is currently not documented; only its argument list is available.

imagecropauto

(PHP 5 >= 5.5.0, PHP 7) Crop an image automatically using one of the available modes resource imagecropauto ( resource $image [, int $mode = -1 [, float $threshold = .5 [, int $color = -1 ]]] ) Parameters: image An image resource, returned by one of the image creation functions, such as imagecreatetruecolor(). mode One of IMG_CROP_* c

PDF_end_item

(PECL pdflib >= 2.0.0) Close structure element or other content item bool PDF_end_item ( resource $pdfdoc, int $id ) Closes a structure element or other content item.

GearmanWorker::getErrno

(PECL gearman >= 0.5.0) Get errno public int GearmanWorker::getErrno ( void ) Returns the value of errno in the case of a GEARMAN_ERRNO return value. Returns: A valid errno. See also: GearmanWorker::error() -

cubrid_set_db_parameter

(PECL CUBRID >= 8.4.0) Sets the CUBRID database parameters bool cubrid_set_db_parameter ( resource $conn_identifier, int $param_type, int $param_value ) The cubrid_set_db_parameter() function is used to set the CUBRID database parameters. It can set the following CUBRID database parameters: PARAM_ISOLATION_LEVEL PARAM_LOCK_TIMEOUT Note: The auto-commit mode can be set by using cubrid_set_autocommit().