sybase_pconnect

(PHP 4, PHP 5, PHP 7) Open persistent Sybase connection resource sybase_pconnect ([ string $servername [, string $username [, string $password [, string $charset [, string $appname ]]]]] ) sybase_pconnect() acts very much like sybase_connect() with two major differences. First, when connecting, the function would first try to find a (persistent) link that's already open with the same host, username and password. If one is

sybase_num_rows

(PHP 4, PHP 5, PHP 7) Get number of rows in a result set int sybase_num_rows ( resource $result ) sybase_num_rows() returns the number of rows in a result set. Parameters: result sybase_num_rows() returns the number of rows in a result set. Returns: Returns the number of rows as an integer.

sybase_num_fields

(PHP 4, PHP 5, PHP 7) Gets the number of fields in a result set int sybase_num_fields ( resource $result ) sybase_num_fields() returns the number of fields in a result set. Parameters: result sybase_num_fields() returns the number of fields in a result set. Returns: Returns the number of fields as an integer.

sybase_min_server_severity

(PHP 4, PHP 5, PHP 7) Sets minimum server severity void sybase_min_server_severity ( int $severity ) sybase_min_server_severity() sets the minimum server severity level. Parameters: severity sybase_min_server_severity() sets the minimum server severity level. Returns: No value is returned. Notes: T

sybase_min_message_severity

(PHP 4, PHP 5, PHP 7) Sets minimum message severity void sybase_min_message_severity ( int $severity ) sybase_min_message_severity() sets the minimum message severity level. Parameters: severity sybase_min_message_severity() sets the minimum message severity level. Returns: No value is returned. Notes:

sybase_min_error_severity

(PHP 4, PHP 5, PHP 7) Sets minimum error severity void sybase_min_error_severity ( int $severity ) sybase_min_error_severity() sets the minimum error severity level. Parameters: severity sybase_min_error_severity() sets the minimum error severity level. Returns: No value is returned. Notes: This fu

sybase_min_client_severity

(PHP 4, PHP 5, PHP 7) Sets minimum client severity void sybase_min_client_severity ( int $severity ) sybase_min_client_severity() sets the minimum client severity level. Parameters: severity sybase_min_client_severity() sets the minimum client severity level. Returns: No value is returned. Notes: T

sybase_get_last_message

(PHP 4, PHP 5, PHP 7) Returns the last message from the server string sybase_get_last_message ( void ) sybase_get_last_message() returns the last message reported by the server. Returns: Returns the message as a string. See also: sybase_min_message_severity() -

sybase_free_result

(PHP 4, PHP 5, PHP 7) Frees result memory bool sybase_free_result ( resource $result ) sybase_free_result() only needs to be called if you are worried about using too much memory while your script is running. All result memory will automatically be freed when the script ends. You may call sybase_free_result() with the result identifier as an argument and the associated result memory will be freed. Parameters

sybase_field_seek

(PHP 4, PHP 5, PHP 7) Sets field offset bool sybase_field_seek ( resource $result, int $field_offset ) Seeks to the specified field offset. If the next call to sybase_fetch_field() won't include a field offset, this field would be returned. Parameters: result Seeks to the specified field offset. If the next call to sybase_fetch_field() won't include a field offset, this f