GearmanTask::recvData

(PECL gearman >= 0.5.0) Read work or result data into a buffer for a task public array GearmanTask::recvData ( int $data_len ) Parameters: data_len Length of data to be read. Returns: An array whose first element is the length of data read and the second is the data buffer. Returns FALSE if the read failed. T

fann_reset_errstr

(PECL fann >= 1.0.0) Resets the last error string void fann_reset_errstr ( resource $errdat ) Resets the last error string. Parameters: errdat Either neural network resource or neural network trainining data resource. Returns: No value is returned. See also: fa

fann_set_cascade_candidate_limit

(PECL fann >= 1.0.0) Sets the candidate limit bool fann_set_cascade_candidate_limit ( resource $ann, float $cascade_candidate_limit ) Sets the candidate limit. Parameters: ann Neural network resource. cascade_candidate_limit The candidate limit. Returns: Returns TRUE on success, or FALSE otherwise.

yp_err_string

(PHP 4 >= 4.0.6, PHP 5 <= 5.0.5) Returns the error string associated with the given error code string yp_err_string ( int $errorcode ) Returns the error message associated with the given error code. Useful to indicate what exactly went wrong. Parameters: errorcode The error code. Returns: Returns the error message, as a string.

apd_set_session_trace

(PECL apd 0.2-0.4) Starts the session debugging void apd_set_session_trace ( int $debug_level [, string $dump_directory = ini_get("apd.dumpdir") ] ) Starts debugging to apd_dump_{process_id} in the dump directory. Parameters: debug_level An integer which is formed by adding together the XXX_TRACE constants. It is not recommended to use MEMORY_TRACE. It is very slow and d

array_column

(PHP 5 >= 5.5.0, PHP 7) Return the values from a single column in the input array array array_column ( array $input, mixed $column_key [, mixed $index_key = null ] ) array_column() returns the values from a single column of the input, identified by the column_key. Optionally, an index_key may be provided to index the values in the returned array by the values from the index_key column of the input array.

tanh

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Hyperbolic tangent float tanh ( float $arg ) Returns the hyperbolic tangent of arg, defined as sinh(arg)/cosh(arg). Parameters: arg The argument to process Returns: The hyperbolic tangent of arg See also: tan() -

SolrQuery::setFacetMethod

(PECL solr >= 0.9.2) Specifies the type of algorithm to use when faceting a field public SolrQuery SolrQuery::setFacetMethod ( string $method [, string $field_override ] ) Specifies the type of algorithm to use when faceting a field. This method accepts optional field override. Parameters: method The method to use. field_override The

MongoCommandCursor::getReadPreference

(PECL mongo >=1.6.0) Get the read preference for this command public array MongoCommandCursor::getReadPreference ( void ) Returns: This function returns an array describing the read preference. The array contains the values type for the string read preference mode (corresponding to the MongoClient constants), and tagsets containing a list of all tag set criteria. If no tag sets were specified, tag

SDO_Model_Type::getProperty

(^) Get an SDO_Model_Property of the type SDO_Model_Property SDO_Model_Type::getProperty ( mixed $identifier ) Get an SDO_Model_Property of the type, identified by its property index or property name. Parameters: identifier The property index or property name. Returns: Returns the SDO_Model_Property. This fu