fann_set_sarprop_step_error_threshold_factor

(PECL fann >= 1.0.0) Sets the sarprop step error threshold factor bool fann_set_sarprop_step_error_threshold_factor ( resource $ann, float $sarprop_step_error_threshold_factor ) Sets the sarprop step error threshold factor. Parameters: ann Neural network resource. sarprop_step_error_threshold_factor The sarprop step error threshold fac

ps_open_memory_image

(PECL ps >= 1.1.0) Takes an GD image and returns an image for placement in a PS document int ps_open_memory_image ( resource $psdoc, int $gd ) Parameters: psdoc Resource identifier of the postscript file as returned by ps_new(). gd Resource identifier of the postscript file as returned by ps_new().

EvSignal::__construct

(PECL ev >= 0.2.0) Constructs EvPeriodic watcher object public EvSignal::__construct ( int $signum , callable $callback [, mixed $data = NULL [, int $priority = 0 ]] ) Constructs EvPeriodic watcher object and starts it automatically. For a stopped periodic watcher consider using EvSignal::createStopped() method. Parameters: signum Signal number. See constants export

MongoCommandCursor::current

(PECL mongo >=1.5.0) Returns the current element public array MongoCommandCursor::current ( void ) This returns NULL until MongoCommandCursor::rewind() is called. Returns: The current result document as an associative array. NULL will be returned if there is no result. See also: Iterator::current() -

imagesy

(PHP 4, PHP 5, PHP 7) Get image height int imagesy ( resource $image ) Returns the height of the given image resource. Parameters: image An image resource, returned by one of the image creation functions, such as imagecreatetruecolor(). Returns: Return the height of the image or FALSE on errors. Exa

m_checkstatus

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Check to see if a transaction has completed int m_checkstatus ( resource $conn, int $identifier ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). identifier An MCVE_CONN resource returned by m_initengine(). Returns:

fann_set_learning_rate

(PECL fann >= 1.0.0) Sets the learning rate bool fann_set_learning_rate ( resource $ann, float $learning_rate ) Sets the learning rate. More info available in fann_get_learning_rate(). Parameters: ann Neural network resource. learning_rate The learning rate. Returns: Returns TRUE on success, or FALSE otherwis

ncurses_slk_attron

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Turn on the given attributes for soft function-key labels int ncurses_slk_attron ( int $intarg ) Parameters: intarg This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of P

jdtojewish

(PHP 4, PHP 5, PHP 7) Converts a Julian day count to a Jewish calendar date string jdtojewish ( int $juliandaycount [, bool $hebrew = false [, int $fl = 0 ]] ) Converts a Julian Day Count to the Jewish Calendar. Parameters: julianday A julian day number as integer hebrew If the hebrew parameter is set to TRUE, the fl parameter is used

ifx_close

(PHP 4, PHP <=5.2.0) Close Informix connection bool ifx_close ([ resource $link_identifier ] ) ifx_close() closes the link to an Informix database that's associated with the specified link identifier. Note that this isn't usually necessary, as non-persistent open links are automatically closed at the end of the script's execution. ifx_close() will not close persistent links generated by ifx_pconnect().