ingres_execute

(PECL ingres >= 1.1.0) Execute a prepared query bool ingres_execute ( resource $result [, array $params [, string $types ]] ) Execute a query prepared using ingres_prepare(). Note: Related Configurations See also the ingres.describe, ingres.scrollable and ingres.utf8 directives in Runtime Configuration. Parameters: result The result query identifier

stats_cdf_noncentral_chisquare

(PECL stats >= 1.0.0) Calculates any one parameter of the non-central chi-square distribution given values for the others. float stats_cdf_noncentral_chisquare ( float $par1, float $par2, float $par3, int $which ) Parameters: par1 par2 par3 which Return

ArrayObject::serialize

(PHP 5 >= 5.3.0, PHP 7) Serialize an ArrayObject public string ArrayObject::serialize ( void ) Serializes an ArrayObject. Returns: The serialized representation of the ArrayObject. This function is currently not documented; only its argument list is available. Examples: ArrayObject::serial

m_destroyconn

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Destroy the connection and MCVE_CONN structure bool m_destroyconn ( resource $conn ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). Returns: Returns TRUE. This function is currently not documented; only its argument list is available

gupnp_root_device_get_available

(PECL gupnp >= 0.1.0) Check whether root device is available bool gupnp_root_device_get_available ( resource $root_device ) Get whether or not root_device is available (announcing its presence). Parameters: root_device A root device identifier, returned by gupnp_root_device_new(). Returns: Returns TRUE on success or FALSE on failure.

SolrQuery::getTermsUpperBound

(PECL solr >= 0.9.2) Returns the term to stop at public string SolrQuery::getTermsUpperBound ( void ) Returns the term to stop at Returns: Returns a string on success and NULL if not set.

GmagickPixel::getcolor

(PECL gmagick >= Unknown) Returns the color public mixed GmagickPixel::getcolor ([ bool $as_array [, bool $normalize_array ]] ) Returns the color described by the GmagickPixel object, as an array. If the color has an opacity channel set, this is provided as a fourth value in the list. Parameters: as_array True to indicate return of array instead of string

ncurses_has_ic

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Check for insert- and delete-capabilities bool ncurses_has_ic ( void ) Checks whether the terminal has insert and delete capabilities. Returns: Returns TRUE if the terminal has insert/delete-capabilities, FALSE otherwise. This function is EXPERIMENTAL. The behaviour of this function, its name, and

Memcached::set

(PECL memcached >= 0.1.0) Store an item public bool Memcached::set ( string $key, mixed $value [, int $expiration ] ) Memcached::set() stores the value on a memcache server under the specified key. The expiration parameter can be used to control when the value is considered expired. The value can be any valid PHP type except for resources, because those cannot be represented in a serialized form. If the Memcached::OPT_C

variant_set

(PHP 5, PHP 7) Assigns a new value for a variant object void variant_set ( variant $variant, mixed $value ) Converts value to a variant and assigns it to the variant object; no new variant object is created, and the old value of variant is freed/released. Parameters: variant The variant. value The variant. Returns: