IntlTimeZone::getGMT

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Create GMT (UTC) timezone public static IntlTimeZone IntlTimeZone::getGMT ( void ) Returns: This function is currently not documented; only its argument list is available.

svn_fs_txn_root

(PECL svn >= 0.2.0) Creates and returns a transaction root resource svn_fs_txn_root ( resource $txn ) Creates and returns a transaction root This function is currently not documented; only its argument list is available.

Imagick::getImageBackgroundColor

(PECL imagick 2.0.0) Returns the image background color ImagickPixel Imagick::getImageBackgroundColor ( void ) Returns the image background color. Returns: Returns an ImagickPixel set to the background color of the image. Exception: Throws ImagickException on error.

Gmagick::getimagebackgroundcolor

(PECL gmagick >= Unknown) Returns the image background color public void Gmagick::getimagebackgroundcolor ( void ) Returns the image background color. Returns: Returns an GmagickPixel set to the background color of the image. Exception: Throws an GmagickException on error.

dbplus_first

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Get first tuple from relation int dbplus_first ( resource $relation, array &$tuple ) Reads the data for the first tuple for the given relation, makes it the current tuple and pass it back as an associative array in tuple. Parameters: relation A relation opened by dbplus_open(). tuple A rela

db2_bind_param

(PECL ibm_db2 >= 1.0.0) Binds a PHP variable to an SQL statement parameter bool db2_bind_param ( resource $stmt, int $parameter-number, string $variable-name [, int $parameter-type [, int $data-type = 0 [, int $precision = -1 [, int $scale = 0 ]]]] ) Binds a PHP variable to an SQL statement parameter in a statement resource returned by db2_prepare(). This function gives you more control over the parameter type, data

ImagickDraw::getVectorGraphics

(PECL imagick 2.0.0) Returns a string containing vector graphics string ImagickDraw::getVectorGraphics ( void ) Returns a string which specifies the vector graphics generated by any graphics calls made since the ImagickDraw object was instantiated. Returns: Returns a string containing the vector graphics. This function is currently not documented; only its argu

snmp_set_oid_numeric_print

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Set the OID output format void snmp_set_oid_numeric_print ( int $oid_format ) This function is an alias of: snmp_set_oid_output_format(). Changelog: 5.2.0 Since PHP 5.2.0. See also: snmp_set_oid_output_format() -

SolrQuery::setStats

(PECL solr >= 0.9.2) Enables or disables the Stats component public SolrQuery SolrQuery::setStats ( bool $flag ) Enables or disables the Stats component. Parameters: flag TRUE turns on the stats component and FALSE disables it. Returns: Returns the current SolrQuery object, if the return value is used.

fann_get_cascade_output_stagnation_epochs

(PECL fann >= 1.0.0) Returns the number of cascade output stagnation epochs int fann_get_cascade_output_stagnation_epochs ( resource $ann ) The number of cascade output stagnation epochs determines the number of epochs training is allowed to continue without changing the MSE by a fraction of fann_get_cascade_output_change_fraction(). See more info about this parameter in fann_get_cascade_output_change_fraction(). The