ImagickDraw::pathLineToHorizontalRelative

(PECL imagick 2.0.0) Draws a horizontal line bool ImagickDraw::pathLineToHorizontalRelative ( float $x ) Draws a horizontal line path from the current point to the target point using relative coordinates. The target point then becomes the new current point. Parameters: x x coordinate Returns: No value is returned.

mb_http_input

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Detect HTTP input character encoding mixed mb_http_input ([ string $type = "" ] ) Detects the HTTP input character encoding. Parameters: type Input string specifies the input type. "G" for GET, "P" for POST, "C" for COOKIE, "S" for string, "L" for list, and "I" for the whole list (will return array). If type is omitted, it returns the la

strstr

(PHP 4, PHP 5, PHP 7) Find the first occurrence of a string string strstr ( string $haystack, mixed $needle [, bool $before_needle = false ] ) Returns part of haystack string starting from and including the first occurrence of needle to the end of haystack. Note: This function is case-sensitive. For case-insensitive searches, use stristr(). Note: If you only want to determine if a particular needle occurs within ha

set_magic_quotes_runtime

(PHP 4, PHP 5) Sets the current active configuration setting of magic_quotes_runtime bool set_magic_quotes_runtime ( bool $new_setting ) Set the current active configuration setting of magic_quotes_runtime. Parameters: new_setting FALSE for off, TRUE for on. Returns: Returns TRUE on success or FALSE on failure. Exception:

ImagickDraw::setStrokeColor

(PECL imagick 2.0.0) Sets the color used for stroking object outlines bool ImagickDraw::setStrokeColor ( ImagickPixel $stroke_pixel ) Sets the color used for stroking object outlines. Parameters: stroke_pixel the stroke color Returns: No value is returned. This function is currently not documented; only its ar

CairoContext::lineTo

(PECL cairo >= 0.1.0) The lineTo purpose public void CairoContext::lineTo ( string $x, string $y ) Object oriented style (method): Procedural style: void cairo_line_to ( CairoContext $context , string $x , string $y ) Description here. Parameters: context Description... x Description... y Descrip

ReflectionFunction::invoke

(PHP 5, PHP 7) Invokes function public mixed ReflectionFunction::invoke ([ mixed $parameter [, mixed $... ]] ) Invokes a reflected function. Parameters: args The passed in argument list. It accepts a variable number of arguments which are passed to the function much like call_user_func() is. Returns: Returns the result of the invoked function cal

CairoFontOptions::setHintMetrics

(PECL cairo >= 0.1.0) The setHintMetrics purpose public void CairoFontOptions::setHintMetrics ( string $hint_metrics ) The method description goes here. Parameters: hint_metrics Description... Returns: Description... This function is currently not documented; only its argument list is available.

SplFixedArray::rewind

(PHP 5 >= 5.3.0, PHP 7) Rewind iterator back to the start public void SplFixedArray::rewind ( void ) Rewinds the iterator to the beginning. Returns: No value is returned.

dbplus_rsecindex

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Create a new secondary index for a relation mixed dbplus_rsecindex ( resource $relation, mixed $domlist, int $type ) dbplus_rsecindex() will create a new secondary index for relation with consists of the domains specified by domlist and is of type type Parameters: relation A relation opened by dbplus_open().