pspell_check

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Check a word bool pspell_check ( int $dictionary_link, string $word ) pspell_check() checks the spelling of a word. Parameters: dictionary_link pspell_check() checks the spelling of a word. word The tested word. Returns: Returns TRUE if the spelling is correct, FALSE if not.

fann_num_output_train_data

(PECL fann >= 1.0.0) Returns the number of outputs in each of the training patterns in the train data int fann_num_output_train_data ( resource $data ) Returns the number of outputs in each of the training patterns in the train data resource. Parameters: data Neural network training data resource. Returns: The number of outputs, or FALSE on erro

cubrid_field_flags

(PECL CUBRID >= 8.3.0) Return a string with the flags of the given field offset string cubrid_field_flags ( resource $result, int $field_offset ) This function returns a string with the flags of the given field offset separated by space. You can split the returned value using explode. The possible flags could be: not_null, primary_key, unique_key, foreign_key, auto_increment, shared, reverse_index, reverse_unique and time

preg_replace_callback_array

(PHP 7) Perform a regular expression search and replace using callbacks mixed preg_replace_callback_array ( array $patterns_and_callbacks, mixed $subject [, int $limit = -1 [, int &$count ]] ) The behavior of this function is similar to preg_replace_callback(), except that callbacks are executed on a per-pattern basis. Parameters: patterns_and_callbacks An associativ

is_object

(PHP 4, PHP 5, PHP 7) Finds whether a variable is an object bool is_object ( mixed $var ) Finds whether the given variable is an object. Parameters: var The variable being evaluated. Returns: Returns TRUE if var is an object, FALSE otherwise. Notes: This function will return FALSE if used on

SyncMutex::unlock

(PECL sync >= 1.0.0) Unlocks the mutex public bool SyncMutex::unlock ([ bool $all ] ) Decreases the internal counter of a SyncMutex object. When the internal counter reaches zero, the actual lock on the object is released. Parameters: all Specifies whether or not to set the internal counter to zero and therefore release the lock. Returns: A bo

imageaffine

(PHP 5 >= 5.5.0, PHP 7) Return an image containing the affine transformed src image, using an optional clipping area resource imageaffine ( resource $image, array $affine [, array $clip ] ) Parameters: image An image resource, returned by one of the image creation functions, such as imagecreatetruecolor(). affine Array with keys 0 to 5.

RecursiveIteratorIterator::endChildren

(PHP 5 >= 5.1.0, PHP 7) End children public void RecursiveIteratorIterator::endChildren ( void ) Called when end recursing one level. Returns: No value is returned. This function is currently not documented; only its argument list is available.

MongoCursor::slaveOkay

(PECL mongo >=0.9.4) Sets whether this query can be done on a secondary [deprecated] public MongoCursor MongoCursor::slaveOkay ([ bool $okay = true ] ) Calling this will make the driver route reads to secondaries if: You are using a replica set, and You created a MongoClient instance using the option "replicaSet" => "setName", and There is a healthy secondary that can be reached by the driver. MongoCurs

db2_conn_errormsg

(PECL ibm_db2 >= 1.0.0) Returns the last connection error message and SQLCODE value string db2_conn_errormsg ([ resource $connection ] ) db2_conn_errormsg() returns an error message and SQLCODE value representing the reason the last database connection attempt failed. As db2_connect() returns FALSE in the event of a failed connection attempt, do not pass any parameters to db2_conn_errormsg() to retrieve the associated e