GearmanWorker::addFunction

(PECL gearman >= 0.5.0) Register and add callback function public bool GearmanWorker::addFunction ( string $function_name, callable $function [, mixed &$context [, int $timeout ]] ) Registers a function name with the job server and specifies a callback corresponding to that function. Optionally specify extra application context data to be used when the callback is called and a timeout. Parameters:

SWFGradient::__construct

(PHP 5 <= 5.3.0, PECL ming SVN) Creates a gradient object SWFGradient::__construct ( void ) swfgradient() creates a new SWFGradient object. After you've added the entries to your gradient, you can use the gradient in a shape fill with the swfshape::addfill() method. SWFGradient has the following methods : swfgradient::addentry(). This simple example will draw a big black-to-white gradient as background, and a reddis

PharFileInfo::setCompressedGZ

(PHP >= 5.3.0, PECL phar >= 1.0.0) Compresses the current Phar entry within the phar using gz compression public bool PharFileInfo::setCompressedGZ ( void ) Note: This method has been removed from the phar extension as of version 2.0.0. Alternative implementations are available using PharFileInfo::isCompressed(), PharFileInfo::decompress(), and PharFileInfo::compress(). This method compresses the file inside the Pha

cubrid_data_seek

(PECL CUBRID >= 8.3.0) Move the internal row pointer of the CUBRID result bool cubrid_data_seek ( resource $result, int $row_number ) This function performs the moving of the internal row pointer of the CUBRID result (associated with the specified result identifier) to point to a specific row number. There are functions, such as cubrid_fetch_assoc(), which use the current stored value of row number. Param

Imagick::shadeImage

(PECL imagick 2.0.0) Creates a 3D effect bool Imagick::shadeImage ( bool $gray, float $azimuth, float $elevation ) Shines a distant light on an image to create a three-dimensional effect. You control the positioning of the light with azimuth and elevation; azimuth is measured in degrees off the x axis and elevation is measured in pixels above the Z axis. This method is available if Imagick has been compiled against ImageMagi

PharFileInfo::setUncompressed

(PHP >= 5.3.0, PECL phar >= 1.0.0) Uncompresses the current Phar entry within the phar, if it is compressed public bool PharFileInfo::setUncompressed ( void ) Note: This method has been removed from the phar extension as of version 2.0.0. Alternative implementations are available using PharFileInfo::isCompressed(), PharFileInfo::decompress(), and PharFileInfo::compress(). This method decompresses the file inside the

pspell_config_ignore

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Ignore words less than N characters long bool pspell_config_ignore ( int $dictionary_link, int $n ) pspell_config_ignore() should be used on a config before calling pspell_new_config(). This function allows short words to be skipped by the spell checker. Parameters: dictionary_link pspell_config_ignore() should be used on a config before

Judy::prev

(PECL judy >= 0.1.1) Search for the previous index in the Judy array public mixed Judy::prev ( mixed $index ) Search (exclusive) for the previous index present that is less than the passed Index. Parameters: index The index can be an integer or a string corresponding to the index where to start the search. Returns: Return the corresponding ind

SDO_Model_Property::isContainment

(^) Test to see if the property defines a containment relationship bool SDO_Model_Property::isContainment ( void ) Test to see if the property corresponds to a containment relationship. Returns TRUE if the property defines a containment relationship, or FALSE if it is reference. Returns: Returns TRUE if the property defines a containment relationship, or FALSE if it is reference.

sqlsrv_field_metadata

(No version information available, might only be in Git) Retrieves metadata for the fields of a statement prepared by sqlsrv_prepare() or sqlsrv_query() mixed sqlsrv_field_metadata ( resource $stmt ) Retrieves metadata for the fields of a statement prepared by sqlsrv_prepare() or sqlsrv_query(). sqlsrv_field_metadata() can be called on a statement before or after statement execution. Parameters: