fann_get_sarprop_step_error_threshold_factor

(PECL fann >= 1.0.0) Returns the sarprop step error threshold factor float fann_get_sarprop_step_error_threshold_factor ( resource $ann ) The sarprop step error threshold factor. The default factor is 0.1. Parameters: ann Neural network resource. Returns: The sarprop step error threshold factor, or FALSE on error.

SDO_DAS_Setting::isSet

(^) Test whether a property was set prior to being modified bool SDO_DAS_Setting::isSet ( void ) Test whether a property was set prior to being modified. If it was set prior to being modified then the SDO_DAS_Setting will also contain the old value. Returns: Returns TRUE if the property was set prior to being modified, otherwise returns FALSE. This function i

mysqli::$server_version

(PHP 5, PHP 7) Returns the version of the MySQL server as an integer int mysqli_get_server_version ( mysqli $link ) Object oriented style int $mysqli->server_version; Procedural style The mysqli_get_server_version() function returns the version of the server connected to (represented by the link parameter) as an integer. Parameters: link Procedural style only: A link i

wincache_rplist_fileinfo

(PECL wincache >= 1.0.0) Retrieves information about resolve file path cache array wincache_rplist_fileinfo ([ bool $summaryonly = false ] ) Retrieves information about cached mappings between relative file paths and corresponding absolute file paths. Returns: Array of meta data about the resolve file path cache or FALSE on failure The array returned by this function contains the following

Collectable::isGarbage

(PECL pthreads >= 2.0.8) Determine whether an object has been marked as garbage public bool Collectable::isGarbage ( void ) Can be called in Pool::collect() to determine if this object is garbage. See also: Pool::collect() -

eio_read

(PECL eio >= 0.0.1dev) Read from a file descriptor at given offset. resource eio_read ( mixed $fd, int $length, int $offset, int $pri, callable $callback [, mixed $data = NULL ] ) eio_read() reads up to length bytes from fd file descriptor at offset. The read bytes are stored in result argument of callback. Parameters: fd Stream, Socket resource, or numeric file descr

apcu_sma_info

(PECL apcu >= 4.0.0) Retrieves APCu Shared Memory Allocation information array apcu_sma_info ([ bool $limited = false ] ) Retrieves APCu Shared Memory Allocation information. Parameters: limited When set to FALSE (default) apcu_sma_info() will return a detailed information about each segment. Returns: Array of Shared Memory Allocation data;

wincache_ucache_inc

(PECL wincache >= 1.1.0) Increments the value associated with the key mixed wincache_ucache_inc ( string $key [, int $inc_by = 1 [, bool &$success ]] ) Increments the value associated with the key by 1 or as specified by inc_by. Parameters: key The key that was used to store the variable in the cache. key is case sensitive. inc_by

trader_mavp

(PECL trader >= 0.2.0) Moving average with variable period array trader_mavp ( array $real, array $periods [, integer $minPeriod [, integer $maxPeriod [, integer $mAType ]]] ) Parameters: real Array of real values. periods Array of real values. minPeriod Value less than minimum will be changed to Min

wincache_ucache_delete

(PECL wincache >= 1.1.0) Deletes variables from the user cache bool wincache_ucache_delete ( mixed $key ) Deletes the elements in the user cache pointed by key. Parameters: key The key that was used to store the variable in the cache. key is case sensitive. key can be an array of keys. Returns: Returns TRUE on success or FALSE on failure.