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().

mcrypt_module_get_algo_key_size

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Returns the maximum supported keysize of the opened mode int mcrypt_module_get_algo_key_size ( string $algorithm [, string $lib_dir ] ) Gets the maximum supported keysize of the opened mode. Parameters: algorithm The algorithm name. lib_dir This optional parameter can contain the location where the mode

yaz_sort

(PHP 4 >= 4.0.7, PECL yaz >= 0.9.0) Sets sorting criteria void yaz_sort ( resource $id, string $criteria ) This function sets sorting criteria and enables Z39.50 Sort. Call this function before yaz_search(). Using this function alone does not have any effect. When used in conjunction with yaz_search(), a Z39.50 Sort will be sent after a search response has been received and before any records are retrieved with Z39.

imagecolorset

(PHP 4, PHP 5, PHP 7) Set the color for the specified palette index void imagecolorset ( resource $image, int $index, int $red, int $green, int $blue [, int $alpha = 0 ] ) This sets the specified index in the palette to the specified color. This is useful for creating flood-fill-like effects in palleted images without the overhead of performing the actual flood-fill. Parameters: ima

SolrQuery::setEchoHandler

(PECL solr >= 0.9.2) Toggles the echoHandler parameter public SolrQuery SolrQuery::setEchoHandler ( bool $flag ) If set to true, Solr places the name of the handle used in the response to the client for debugging purposes. Parameters: flag TRUE or FALSE Returns: Returns the current SolrQuery object, if the return value is used.

imagecopymerge

(PHP 4 >= 4.0.1, PHP 5, PHP 7) Copy and merge part of an image bool imagecopymerge ( resource $dst_im, resource $src_im, int $dst_x, int $dst_y, int $src_x, int $src_y, int $src_w, int $src_h, int $pct ) Copy a part of src_im onto dst_im starting at the x,y coordinates src_x, src_y with a width of src_w and a height of src_h. The portion defined will be copied onto the x,y coordinates, dst_x and dst_y. P