geoip_continent_code_by_name

(PECL geoip >= 1.0.3) Get the two letter continent code string geoip_continent_code_by_name ( string $hostname ) The geoip_continent_code_by_name() function will return the two letter continent code corresponding to a hostname or an IP address. Parameters: hostname The hostname or IP address whose location is to be looked-up. Returns: Returns

mysqli::prepare

(PHP 5, PHP 7) Prepare an SQL statement for execution mysqli_stmt mysqli::prepare ( string $query ) Object oriented style Procedural style mysqli_stmt mysqli_prepare ( mysqli $link , string $query ) Prepares the SQL query, and returns a statement handle to be used for further operations on the statement. The query must consist of a single SQL statement. The parameter markers must be bound to application variables using my

msql_fieldtype

(PHP 4, PHP 5, PHP 7) Alias of msql_field_type() This function is an alias of msql_field_type().

trader_ht_trendmode

(PECL trader >= 0.2.0) Hilbert Transform - Trend vs Cycle Mode array trader_ht_trendmode ( array $real ) Parameters: real Array of real values. Returns: Returns an array with calculated data or false on failure.

UConverter::getAvailable

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the available canonical converter names public static array UConverter::getAvailable ( void ) Returns: This function is currently not documented; only its argument list is available.

Yaf_Route_Rewrite::route

(Yaf >=1.0.0) The route purpose public bool Yaf_Route_Rewrite::route ( Yaf_Request_Abstract $request ) Parameters: request Returns:

Judy::offsetSet

(PECL judy >= 0.1.1) Offset to set public bool Judy::offsetSet ( mixed $offset, mixed $value ) Assigns a value to the specified offset. Parameters: offset The offset to assign the value to. value The value to set. Returns: No value is returned.

CairoContext::deviceToUser

(PECL cairo >= 0.1.0) Transform a coordinate public array CairoContext::deviceToUser ( float $x, float $y ) Object oriented style (method): Procedural style: array cairo_device_to_user ( CairoContext $context , float $x , float $y ) Transform a coordinate from device space to user space by multiplying the given point by the inverse of the current transformation matrix (CTM). Parameters:

trader_cos

(PECL trader >= 0.2.0) Vector Trigonometric Cos array trader_cos ( array $real ) Calculates the cosine for each value in real and returns the resulting array. Parameters: real Array of real values. Returns: Returns an array with calculated data or false on failure.

eio_set_max_idle

(PECL eio >= 0.0.1dev) Set maximum number of idle threads. void eio_set_max_idle ( int $nthreads ) Parameters: nthreads Number of idle threads. Returns: No value is returned.