CairoContext::paintWithAlpha

(PECL cairo >= 0.1.0) The paintWithAlpha purpose public void CairoContext::paintWithAlpha ( string $alpha ) Object oriented style (method): Procedural style: void cairo_paint_with_alpha ( CairoContext $context , string $alpha ) Description here. Parameters: context Description... alpha Description... Returns:

mysqli_get_metadata

(PHP 5 < 5.4.0) Alias for mysqli_stmt_result_metadata() This function is an alias of mysqli_stmt_result_metadata(). This function has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 5.4.0. See also: mysqli_stmt_result_metadata() -

eio_set_max_parallel

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

trader_cdllongleggeddoji

(PECL trader >= 0.2.0) Long Legged Doji array trader_cdllongleggeddoji ( array $open, array $high, array $low, array $close ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close Clo

mysqli_stmt::result_metadata

(PHP 5, PHP 7) Returns result set metadata from a prepared statement mysqli_result mysqli_stmt::result_metadata ( void ) Object oriented style Procedural style mysqli_result mysqli_stmt_result_metadata ( mysqli_stmt $stmt ) If a statement passed to mysqli_prepare() is one that produces a result set, mysqli_stmt_result_metadata() returns the result object that can be used to process the meta information such as total number

EvPeriodic::__construct

(PECL ev >= 0.2.0) Constructs EvPeriodic watcher object public EvPeriodic::__construct ( double $offset , string $interval , callable $reschedule_cb , callable $callback [, mixed $data = NULL [, int $priority = 0 ]] ) Constructs EvPeriodic watcher object and starts it automatically. EvPeriodic::createStopped() method creates stopped periodic watcher. Parameters: offset

ReflectionClass::inNamespace

(PHP 5 >= 5.3.0, PHP 7) Checks if in namespace public bool ReflectionClass::inNamespace ( void ) Checks if this class is defined in a namespace. Returns: Returns TRUE on success or FALSE on failure. Examples: ReflectionClass::inNamespace() example <?php namespace A\B; class Foo { } $function = new \ReflectionClass

SWFSoundInstance::noMultiple

(PHP 5 <= 5.3.0, PECL ming SVN) void SWFSoundInstance::noMultiple ( void ) Returns: No value is returned. This function is currently not documented; only its argument list is available.

dba_list

(PHP 4 >= 4.3.0, PHP 5, PHP 7) List all open database files array dba_list ( void ) dba_list() list all open database files. Returns: An associative array, in the form resourceid => filename.

msql_fieldname

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