Imagick::tintImage

(PECL imagick 2.0.0) Applies a color vector to each pixel in the image bool Imagick::tintImage ( mixed $tint, mixed $opacity ) Applies a color vector to each pixel in the image. The length of the vector is 0 for black and white and at its maximum for the midtones. The vector weighing function is f(x)=(1-(4.0*((x-0.5)*(x-0.5)))). Parameters: tint Applies a color vector to

ReflectionGenerator::getExecutingGenerator

(PHP 7) Gets the executing Generator object public Generator ReflectionGenerator::getExecutingGenerator ( void ) Get the executing Generator object Returns: Returns the currently executing Generator object. Examples: ReflectionGenerator::getExecutingGenerator() example <?php class GenExample {     public function gen(

mysqli_driver::embedded_server_end

(PHP 5, PHP 7) Stop embedded server void mysqli_driver::embedded_server_end ( void ) Object oriented style Procedural style void mysqli_embedded_server_end ( void ) This function is currently not documented; only its argument list is available.

http_build_query

(PHP 5, PHP 7) Generate URL-encoded query string string http_build_query ( mixed $query_data [, string $numeric_prefix [, string $arg_separator [, int $enc_type = PHP_QUERY_RFC1738 ]]] ) Generates a URL-encoded query string from the associative (or indexed) array provided. Parameters: query_data May be an array or object containing properties. If query_data is an array

ReflectionGenerator::__construct

(PHP 7) Constructs a ReflectionGenerator object public ReflectionGenerator::__construct ( Generator $generator ) Constructs a ReflectionGenerator object. Parameters: generator A generator object. Returns: No value is returned. Examples: ReflectionGenerator::__construct() example

mysqli_result::fetch_object

(PHP 5, PHP 7) Returns the current row of a result set as an object object mysqli_result::fetch_object ([ string $class_name = "stdClass" [, array $params ]] ) Object oriented style Procedural style object mysqli_fetch_object ( mysqli_result $result [, string $class_name = "stdClass" [, array $params ]] ) The mysqli_fetch_object() will return the current row result set as an object where the attributes of the object repres

Yaf_Session::valid

(Yaf >=1.0.0) The valid purpose public void Yaf_Session::valid ( void ) Returns: This function is currently not documented; only its argument list is available.

udm_clear_search_limits

(PHP 4 >= 4.0.5, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0) Clear all mnoGoSearch search restrictions bool udm_clear_search_limits ( resource $agent ) udm_clear_search_limits() resets defined search limitations. Parameters: agent A link to Agent, received after call to udm_alloc_agent(). Returns: Returns TRUE.

GearmanWorker::error

(PECL gearman >= 0.5.0) Get the last error encountered public string GearmanWorker::error ( void ) Returns an error string for the last error encountered. Returns: An error string. See also: GearmanWorker::getErrno() -

dba_fetch

(PHP 4, PHP 5, PHP 7) Fetch data specified by key string dba_fetch ( string $key, resource $handle ) string dba_fetch ( string $key , int $skip , resource $handle ) dba_fetch() fetches the data specified by key from the database specified with handle. Parameters: key The key the data is specified by. Note: When working with inifiles this function accepts arrays as ke