Mutex::trylock

(PECL pthreads >= 2.0.0) Attempt to Acquire Mutex final public static boolean Mutex::trylock ( long $mutex ) Attempt to lock the Mutex for the caller without blocking if the Mutex is owned (locked) by another Thread. Parameters: mutex A handle returned by a previous call to Mutex::create(). Returns: A boolean indication of success.

svn_repos_recover

(PECL svn >= 0.1.0) Run recovery procedures on the repository located at path. bool svn_repos_recover ( string $path ) Run recovery procedures on the repository located at path. This function is currently not documented; only its argument list is available.

msession_randstr

(PHP 4 >= 4.2.0, PHP 5 <= 5.1.2) Get random string string msession_randstr ( int $param ) This function is currently not documented; only its argument list is available.

Gmagick::normalizeimage

(PECL gmagick >= Unknown) Enhances the contrast of a color image public void Gmagick::normalizeimage ([ int $channel ] ) Enhances the contrast of a color image by adjusting the pixels color to span the entire range of colors available. Parameters: channel Identify which channel to normalize Returns: The Gmagick object on success

SolrClient::getDebug

(PECL solr >= 0.9.7) Returns the debug data for the last connection attempt public string SolrClient::getDebug ( void ) Returns the debug data for the last connection attempt Returns: Returns a string on success and null if there is nothing to return.

cubrid_get_db_parameter

(PECL CUBRID >= 8.3.0) Returns the CUBRID database parameters array cubrid_get_db_parameter ( resource $conn_identifier ) This function returns the CUBRID database parameters or it returns FALSE on failure. It returns an associative array with the values for the following parameters: PARAM_ISOLATION_LEVEL PARAM_LOCK_TIMEOUT PARAM_MAX_STRING_LENGTH PARAM_AUTO_COMMIT Database parameters Parameter Description PARAM_ISOLAT

Imagick::getRegistry

(No version information available, might only be in Git) Description public static string Imagick::getRegistry ( string $key ) Get the StringRegistry entry for the named key or false if not set. Parameters: key The entry to get. Returns:

get_defined_constants

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Returns an associative array with the names of all the constants and their values array get_defined_constants ([ bool $categorize = false ] ) Returns the names and values of all the constants currently defined. This includes those created by extensions as well as those created with the define() function. Parameters: categorize Causing th

ocinewdescriptor

(PHP 4, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Alias of oci_new_descriptor() Alias of oci_new_descriptor() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.

Imagick::paintOpaqueImage

(PECL imagick 2.0.0) Change any pixel that matches color bool Imagick::paintOpaqueImage ( mixed $target, mixed $fill, float $fuzz [, int $channel = Imagick::CHANNEL_ALL ] ) Changes any pixel that matches color with the color defined by fill. Parameters: target Change this target color to the fill color within the image. An ImagickPixel object or a string representing the