gnupg_addencryptkey

(PECL gnupg >= 0.5) Add a key for encryption bool gnupg_addencryptkey ( resource $identifier, string $fingerprint ) Parameters: identifier The gnupg identifier, from a call to gnupg_init() or gnupg. fingerprint The fingerprint key. Returns: Returns TRUE on success or FALSE on failure.

Closure::__construct

(PHP 5 >= 5.3.0, PHP 7) Constructor that disallows instantiation private Closure::__construct ( void ) This method exists only to disallow instantiation of the Closure class. Objects of this class are created in the fashion described on the anonymous functions page. Returns: This method has no return value; it simply emits an error (of type E_RECOVERABLE_ERROR).

SolrQuery::getMlt

(PECL solr >= 0.9.2) Returns whether or not MoreLikeThis results should be enabled public bool SolrQuery::getMlt ( void ) Returns whether or not MoreLikeThis results should be enabled Returns: Returns a boolean on success and NULL if not set.

pg_fetch_all

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Fetches all rows from a result as an array array pg_fetch_all ( resource $result ) pg_fetch_all() returns an array that contains all rows (records) in the result resource. Note: This function sets NULL fields to the PHP NULL value. Parameters: result PostgreSQL query result resource, returned by pg_query(), pg_query_params() or pg_execute

Imagick::normalizeImage

(PECL imagick 2.0.0) Enhances the contrast of a color image bool Imagick::normalizeImage ([ int $channel = Imagick::CHANNEL_ALL ] ) Enhances the contrast of a color image by adjusting the pixels color to span the entire range of colors available. Parameters: channel Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combi

Memcached::getResultMessage

(PECL memcached >= 1.0.0) Return the message describing the result of the last operation public string Memcached::getResultMessage ( void ) Memcached::getResultMessage() returns a string that describes the result code of the last executed Memcached method. Returns: Message describing the result of the last Memcached operation. Examples:

OAuthProvider::callconsumerHandler

(No version information available, might only be in Git) Calls the consumerNonceHandler callback public void OAuthProvider::callconsumerHandler ( void ) Calls the registered consumer handler callback function, which is set with OAuthProvider::consumerHandler(). Returns: No value is returned. This function is currently not documented; only its argument list is

ReflectionProperty::setValue

(PHP 5, PHP 7) Set property value public void ReflectionProperty::setValue ( object $object, mixed $value ) public void ReflectionProperty::setValue ( mixed $value ) Sets (changes) the property's value. Parameters: object If the property is non-static an object must be provided to change the property on. If the property is static this parameter is left out and only valu

Yaf_Config_Ini::__construct

(Yaf >=1.0.0) Yaf_Config_Ini constructor public Yaf_Config_Ini::__construct ( string $config_file [, string $section ] ) Yaf_Config_Ini constructor Parameters: config_file path to an INI configure file section which section in that INI file you want to be parsed Returns:

Memcached::getServerByKey

(PECL memcached >= 0.1.0) Map a key to a server public array Memcached::getServerByKey ( string $server_key ) Memcached::getServerByKey() returns the server that would be selected by a particular server_key in all the Memcached::*ByKey() operations. Parameters: server_key The key identifying the server to store the value on or retrieve it from. Instead of hashing on th