lzf_compress

(PECL lzf >= 0.1.0) LZF compression string lzf_compress ( string $data ) lzf_compress() compresses the given data string using LZF encoding. Parameters: data The string to compress. Returns: Returns the compressed data or FALSE if an error occurred. See also:

fann_set_activation_function_layer

(PECL fann >= 1.0.0) Sets the activation function for all the neurons in the supplied layer. bool fann_set_activation_function_layer ( resource $ann, int $activation_function, int $layer ) Set the activation function for all the neurons in the layer number layer, counting the input layer as layer 0. It is not possible to set activation functions for the neurons in the input layer. Parameters:

CairoPsSurface::__construct

(PECL cairo >= 0.1.0) The __construct purpose public CairoPsSurface::__construct ( string $file, float $width, float $height ) The method description goes here. Parameters: file Description... width Description... height Description... Returns: Description...

SphinxClient::setOverride

(PECL sphinx >= 1.0.3) Sets temporary per-document attribute value overrides public bool SphinxClient::setOverride ( string $attribute, int $type, array $values ) Sets temporary (per-query) per-document attribute value overrides. Override feature lets you "temporary" update attribute values for some documents within a single query, leaving all other queries unaffected. This might be useful for personalized data

newt_textbox_get_num_lines

(PECL newt >= 0.1) int newt_textbox_get_num_lines ( resource $textbox ) Parameters: textbox Returns: This function is currently not documented; only its argument list is available.

ibase_fetch_row

(PHP 5, PHP 7) Fetch a row from an InterBase database array ibase_fetch_row ( resource $result_identifier [, int $fetch_flag = 0 ] ) ibase_fetch_row() fetches one row of data from the given result set. Subsequent calls to ibase_fetch_row() return the next row in the result set, or FALSE if there are no more rows. Parameters: result_identifier An InterBase result identi

Imagick::montageImage

(PECL imagick 2.0.0) Creates a composite image Imagick Imagick::montageImage ( ImagickDraw $draw, string $tile_geometry, string $thumbnail_geometry, int $mode, string $frame ) Creates a composite image by combining several separate images. The images are tiled on the composite image with the name of the image optionally appearing just below the individual tile. Parameters: draw

Gmagick::getsize

(PECL gmagick >= Unknown) Returns the size associated with the Gmagick object public array Gmagick::getsize ( void ) Returns the size associated with the Gmagick object as an array with the keys "columns" and "rows". Returns: Returns the size associated with the Gmagick object as an array with the keys "columns" and "rows". Exception: Throws an GmagickException

openssl_get_publickey

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Alias of openssl_pkey_get_public() This function is an alias of: openssl_pkey_get_public().

VarnishAdmin::__construct

(PECL varnish >= 0.3) VarnishAdmin constructor public VarnishAdmin::__construct ([ array $args ] ) Parameters: args Configuration arguments. The possible keys are: VARNISH_CONFIG_IDENT - local varnish instance ident VARNISH_CONFIG_HOST - varnish instance ip VARNISH_CONFIG_PORT - varnish instance port VARNISH_CONFIG_SECRET - varnish instance secret VARNISH_CONFIG_TIMEOU