cairo_pattern_create_rgba

(PECL cairo >= 0.1.0) Description CairoPattern cairo_pattern_create_rgba ( float $red, float $green, float $blue, float $alpha ) The function description goes here. Parameters: red Description... green Description... blue Description... alpha Description...

VarnishStat::__construct

(PECL varnish >= 0.3) VarnishStat constructor public VarnishStat::__construct ([ array $args ] ) Parameters: args Configuration arguments. The possible keys are: VARNISH_CONFIG_IDENT - local varnish instance ident path Returns:

CairoPattern::getMatrix

(PECL cairo >= 0.1.0) The getMatrix purpose public void CairoPattern::getMatrix ( void ) Object oriented style (method): Procedural style: void cairo_get_matrix ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently not documented;

imagecopyresampled

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Copy and resize part of an image with resampling bool imagecopyresampled ( resource $dst_image, resource $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $dst_w, int $dst_h, int $src_w, int $src_h ) imagecopyresampled() copies a rectangular portion of one image to another image, smoothly interpolating pixel values so that, in particular, reducing the size of an image still ret

dbplus_errno

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Get error code for last operation int dbplus_errno ( void ) Returns the error code returned by the last db++ operation. Returns: Returns the error code, as an integer. See also: dbplus_errcode() -

dbplus_xlockrel

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Request exclusive lock on relation int dbplus_xlockrel ( resource $relation ) Request an exclusive lock on relation preventing even read access from other clients. Parameters: relation A relation opened by dbplus_open(). Returns: See also:

Spoofchecker::setChecks

(PHP >= 5.4.0, PECL intl >= 2.0.0) Set the checks to run public void Spoofchecker::setChecks ( long $checks ) Parameters: checks Returns: This function is currently not documented; only its argument list is available.

glob

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Find pathnames matching a pattern array glob ( string $pattern [, int $flags = 0 ] ) The glob() function searches for all the pathnames matching pattern according to the rules used by the libc glob() function, which is similar to the rules used by common shells. Parameters: pattern The pattern. No tilde expansion or parameter substitutio

hw_api::remove

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Delete an object bool hw_api::remove ( array $parameter ) Removes an object from the specified parent. Collections will be removed recursively. Parameters: parameter You can pass an optional object query to remove only those objects which match the query. An object will be deleted physically if it is the last instance. The param

dbplus_undoprepare

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Prepare undo int dbplus_undoprepare ( resource $relation ) Parameters: relation A relation opened by dbplus_open(). Returns: This function is currently not documented; only its argument list is available.