ibase_fetch_row

(PHP 5, PHP 7) Fetch a row from an InterBase database array ibase_fetch_row ( resource $result_identifier [, int $fetch_flag = 0 ] ) ibase_fetch_row() fetches one row of data from the given result set. Subsequent calls to ibase_fetch_row() return the next row in the result set, or FALSE if there are no more rows. Parameters: result_identifier An InterBase result identi

CairoFontOptions::getHintMetrics

(PECL cairo >= 0.1.0) The getHintMetrics purpose public int CairoFontOptions::getHintMetrics ( void ) The method description goes here. Returns: Description... This function is currently not documented; only its argument list is available. Examples: CairoFontOptions::getHintMetrics() examp

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.

maxdb_options

(PECL maxdb >= 1.0) Set options bool maxdb_options ( resource $link, int $option, mixed $value ) Procedural style Object oriented style bool maxdb::options ( int $option , mixed $value ) maxdb_options() can be used to set extra connect options and affect behavior for a connection. This function may be called multiple times to set several options. maxdb_options() should be called after maxdb_init() and before maxdb_re

fann_get_layer_array

(PECL fann >= 1.0.0) Get the number of neurons in each layer in the network array fann_get_layer_array ( resource $ann ) Get the number of neurons in each layer in the neural network. Bias is not included so the layers match the fann_create functions. Parameters: ann Neural network resource. Returns: An array of numbers of neurons in each leay

MongoInt32::__toString

(PECL mongo >= 1.0.9) Returns the string representation of this 32-bit integer. public string MongoInt32::__toString ( void ) Returns: Returns the string representation of this integer.

dbplus_rcreate

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Creates a new DB++ relation resource dbplus_rcreate ( string $name, mixed $domlist [, bool $overwrite ] ) Creates a new relation. Any existing relation sharing the same name will be overwritten if the relation is currently not in use and overwrite is set to TRUE. Parameters: name Creates a new relation. Any existing relation shar

gmdate

(PHP 4, PHP 5, PHP 7) Format a GMT/UTC date/time string gmdate ( string $format [, int $timestamp = time() ] ) Identical to the date() function except that the time returned is Greenwich Mean Time (GMT). Parameters: format The format of the outputted date string. See the formatting options for the date() function. timestamp The optiona

Yaf_View_Interface::setScriptPath

(Yaf >=1.0.0) The setScriptPath purpose abstract public void Yaf_View_Interface::setScriptPath ( string $template_dir ) Set the templates base directory, this is usually called by Yaf_Dispatcher Parameters: template_dir A absolute path to the template directory, by default, Yaf_Dispatcher use application.directory . "/views" as this paramter. Retur

gmp_cmp

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Compare numbers int gmp_cmp ( GMP $a, GMP $b ) Compares two numbers. Parameters: a Either a GMP number resource in PHP 5.5 and earlier, a GMP object in PHP 5.6 and later, or a numeric string provided that it is possible to convert the latter to a number. b Either a GMP number resource in PHP 5.5 and earlie