mb_regex_set_options

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Set/Get the default options for mbregex functions string mb_regex_set_options ([ string $options = mb_regex_set_options() ] ) Sets the default options described by options for multibyte regex functions. Parameters: options The options to set. This is a string where each character is an option. To set a mode, the mode character must be th

TokyoTyrantQuery::next

(PECL tokyo_tyrant >= 0.1.0) Moves the iterator to next entry public array TokyoTyrantQuery::next ( void ) Returns the next result in the resultset. Part of the Iterator interface. Returns: Returns the next row and throws TokyoTyrantException on error. Examples: TokyoTyrantQuery iterator example <?php /* Connect to 

get_defined_functions

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Returns an array of all defined functions array get_defined_functions ( void ) Gets an array of all defined functions. Returns: Returns a multidimensional array containing a list of all defined functions, both built-in (internal) and user-defined. The internal functions will be accessible via $arr["internal"], and the user defined ones using $arr["user"] (see exam

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

cairo_pattern_add_color_stop_rgb

(PECL cairo >= 0.1.0) Description void cairo_pattern_add_color_stop_rgb ( CairoGradientPattern $pattern, float $offset, float $red, float $green, float $blue ) The function description goes here. Parameters: pattern Description... offset Description... red Description... gre

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