oci_internal_debug

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Enables or disables internal debug output void oci_internal_debug ( bool $onoff ) Enables or disables internal debug output. Parameters: onoff Set this to FALSE to turn debug output off or TRUE to turn it on. Returns: No value is returned. Notes: In PHP

ps_restore

(PECL ps >= 1.1.0) Restore previously save context bool ps_restore ( resource $psdoc ) Restores a previously saved graphics context. Any call of ps_save() must be accompanied by a call to ps_restore(). All coordinate transformations, line style settings, color settings, etc. are being restored to the state before the call of ps_save(). Parameters: psdoc Resource identi

fbsql_error

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Returns the error message from previous operation string fbsql_error ([ resource $link_identifier ] ) Returns the error message from previous FrontBase operation. Errors coming back from the fbsql database backend don't issue warnings. Instead, use fbsql_error() to retrieve the error text. Note that this function only returns the error code from the most recently executed fbsql function (n

fann_set_scaling_params

(PECL fann >= 1.0.0) Calculate input and output scaling parameters for future use based on training data bool fann_set_scaling_params ( resource $ann, resource $train_data, float $new_input_min, float $new_input_max, float $new_output_min, float $new_output_max ) Calculate input and output scaling parameters for future use based on training data. Parameters: ann Neural

sqlsrv_fetch_object

(No version information available, might only be in Git) Retrieves the next row of data in a result set as an object mixed sqlsrv_fetch_object ( resource $stmt [, string $className [, array $ctorParams [, int $row [, int $offset ]]]] ) Retrieves the next row of data in a result set as an instance of the specified class with properties that match the row field names and values that correspond to the row field values.

cubrid_fetch_row

(PECL CUBRID >= 8.3.0) Return a numerical array with the values of the current row array cubrid_fetch_row ( resource $result [, int $type ] ) This function returns a numerical array with the values of the current row from the result set, starting from 0, and moves the internal data pointer ahead. Parameters: result result comes from a call to cubrid_execute()

TokyoTyrantQuery::out

(PECL tokyo_tyrant >= 0.1.0) Removes records based on query public TokyoTyrantQuery TokyoTyrantQuery::out ( void ) Removes all records that match the query. Works exactly like search but removes the records instead of returning them. Returns: This method returns the current object and throws TokyoTyrantException on failure. Examples:

m_parsecommadelimited

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Parse the comma delimited response so m_getcell, etc will work int m_parsecommadelimited ( resource $conn, int $identifier ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). identifier An MCVE_CONN resource returned by m_initengine(). Returns:

stream_supports_lock

(PHP 5 >= 5.3.0, PHP 7) Tells whether the stream supports locking. bool stream_supports_lock ( resource $stream ) Tells whether the stream supports locking through flock(). Parameters: stream The stream to check. Returns: Returns TRUE on success or FALSE on failure. See also:

fbsql_errno

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Returns the error number from previous operation int fbsql_errno ([ resource $link_identifier ] ) Returns the numerical value of the error message from previous FrontBase operation. Errors coming back from the fbsql database backend don't issue warnings. Instead, use fbsql_errno() to retrieve the error code. Note that this function only returns the error code from the most recently execute