sybase_result

(PHP 4, PHP 5, PHP 7) Get result data string sybase_result ( resource $result, int $row, mixed $field ) Returns the contents of the cell at the row and offset in the specified Sybase result set. When working on large result sets, you should consider using one of the functions that fetch an entire row (specified below). As these functions return the contents of multiple cells in one function call, they're MUCH quicker than

sqlite_fetch_single

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.1) Fetches the first column of a result set as a string string sqlite_fetch_single ( resource $result [, bool $decode_binary = true ] ) Object oriented style (method): string SQLiteResult::fetchSingle ([ bool $decode_binary = true ] ) string SQLiteUnbuffered::fetchSingle ([ bool $decode_binary = true ] ) sqlite_fetch_single() is identical to sqlite_fetch_array() except that it retu

fann_get_train_stop_function

(PECL fann >= 1.0.0) Returns the stop function used during training int fann_get_train_stop_function ( resource $ann ) Returns the stop function used during training. The stop functions are described further in stop functions constants. The default stop function is FANN_STOPFUNC_MSE. Parameters: ann Neural network resource. Returns: The stop

com_print_typeinfo

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Print out a PHP class definition for a dispatchable interface bool com_print_typeinfo ( object $comobject [, string $dispinterface [, bool $wantsink = false ]] ) The purpose of this function is to help generate a skeleton class for use as an event sink. You may also use it to generate a dump of any COM object, provided that it supports enough of the introspection interfaces, and that you kn

pg_get_pid

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Gets the backend's process ID int pg_get_pid ( resource $connection ) pg_get_pid() gets the backend's (database server process) PID. The PID is useful to determine whether or not a NOTIFY message received via pg_get_notify() is sent from another process or not. Parameters: connection PostgreSQL database connection resource.

pg_get_notify

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Gets SQL NOTIFY message array pg_get_notify ( resource $connection [, int $result_type ] ) pg_get_notify() gets notifications generated by a NOTIFY SQL command. To receive notifications, the LISTEN SQL command must be issued. Parameters: connection PostgreSQL database connection resource. result_type An

cubrid_unbuffered_query

(PECL CUBRID >= 8.3.0) Perform a query without fetching the results into memory resource cubrid_unbuffered_query ( string $query [, resource $conn_identifier ] ) This function performs a query without waiting for that all query results have been complete. It will return when the results are being generated. Parameters: query A SQL query. conn_ident

EventBase::exit

(PECL event >= 1.2.6-beta) Stop dispatching events public bool EventBase::exit ([ double $timeout ] ) Tells event base to stop optionally after given number of seconds. Parameters: timeout Optional number of seconds after which the event base should stop dispatching events. Returns: Returns TRUE on success. Otherwise FALSE.

SAMConnection::isConnected

(PECL sam >= 0.1.0) Queries whether a connection is established to a Messaging Server bool SAMConnection::isConnected ( void ) Calling the "isConnected" method on a Connection object will check whether the PHP script is connected to a messaging server. No messages can be sent or received unless a connection has been established with a Messaging server. Returns: This method returns TRUE if the

fann_set_train_error_function

(PECL fann >= 1.0.0) Sets the error function used during training bool fann_set_train_error_function ( resource $ann, int $error_function ) Sets the error function used during training. The error functions are described further in error functions constants. Parameters: ann Neural network resource. error_function The error function co