Gmagick::setimagebackgroundcolor

(PECL gmagick >= Unknown) Sets the image background color. public Gmagick Gmagick::setimagebackgroundcolor ( GmagickPixel $color ) Sets the image background color. Parameters: color The background pixel wand. Returns: The Gmagick object on success Exception: Throws an GmagickException on error.

VarnishAdmin::setSecret

(PECL varnish >= 0.8) Set the class secret configuration param public void VarnishAdmin::setSecret ( string $secret ) Parameters: secret Connection secret configuration parameter. Returns:

imap_sort

(PHP 4, PHP 5, PHP 7) Gets and sort messages array imap_sort ( resource $imap_stream, int $criteria, int $reverse [, int $options = 0 [, string $search_criteria = NULL [, string $charset = NULL ]]] ) Gets and sorts message numbers by the given parameters. Parameters: imap_stream An IMAP stream returned by imap_open(). criteria Criteria

XMLWriter::startAttributeNS

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Create start namespaced attribute bool XMLWriter::startAttributeNS ( string $prefix, string $name, string $uri ) Object oriented style Procedural style bool xmlwriter_start_attribute_ns ( resource $xmlwriter , string $prefix , string $name , string $uri ) Starts a namespaced attribute. Parameters: xmlwriter Only for p

apc_define_constants

(PECL apc >= 3.0.0) Defines a set of constants for retrieval and mass-definition bool apc_define_constants ( string $key, array $constants [, bool $case_sensitive = true ] ) define() is notoriously slow. Since the main benefit of APC is to increase the performance of scripts/applications, this mechanism is provided to streamline the process of mass constant definition. However, this function does not perform as well as

ReflectionZendExtension::getVersion

(PHP >= 5.4.0) Gets version public string ReflectionZendExtension::getVersion ( void ) Returns: This function is currently not documented; only its argument list is available.

event_timer_new

(PECL libevent >= 0.0.2) Alias of event_new() This function is an alias of: event_new().

Gmagick::getimagecolors

(PECL gmagick >= Unknown) Returns the color of the specified colormap index public int Gmagick::getimagecolors ( void ) Returns the color of the specified colormap index. Returns: The number of colors in image. Exception: Throws an GmagickException on error.

ncurses_mouse_trafo

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Transforms coordinates bool ncurses_mouse_trafo ( int &$y, int &$x, bool $toscreen ) Parameters: y x toscreen This function is currently not documented; only its argument list is available.

lzf_optimized_for

(PECL lzf >= 1.0.0) Determines what LZF extension was optimized for int lzf_optimized_for ( void ) Determines what was LZF extension optimized for during compilation. Returns: Returns 1 if LZF was optimized for speed, 0 for compression.