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

array_udiff

(PHP 5, PHP 7) Computes the difference of arrays by using a callback function for data comparison array array_udiff ( array $array1, array $array2 [, array $... ], callable $value_compare_func ) Computes the difference of arrays by using a callback function for data comparison. This is unlike array_diff() which uses an internal function for comparing the data. Parameters: array1

iis_get_server_rights

(PECL iisfunc SVN) Gets server rights int iis_get_server_rights ( int $server_instance, string $virtual_path ) This function is currently not documented; only its argument list is available.

msession_connect

(PHP 4 >= 4.2.0, PHP 5 <= 5.1.2) Connect to msession server bool msession_connect ( string $host, string $port ) This function is currently not documented; only its argument list is available.

Yaf_Config_Ini::valid

(Yaf >=1.0.0) The valid purpose public void Yaf_Config_Ini::valid ( void ) Returns: This function is currently not documented; only its argument list is available.

socket_setopt

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Alias of socket_set_option() This function is an alias of: socket_set_option().

cairo_pattern_get_color_stop_rgba

(PECL cairo >= 0.1.0) Description array cairo_pattern_get_color_stop_rgba ( CairoGradientPattern $pattern, int $index ) The function description goes here. Parameters: pattern Description... index Description... Returns: What is returned on success and failure This functi