fbsql_insert_id

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Get the id generated from the previous INSERT operation int fbsql_insert_id ([ resource $link_identifier ] ) Gets the id generated from the previous INSERT operation which created a DEFAULT UNIQUE value. Note: The value of the FrontBase SQL function fbsql_insert_id() always contains the most recently generated DEFAULT UNIQUE value, and is not reset between queries. Para

fbsql_hostname

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Get or set the host name used with a connection string fbsql_hostname ( resource $link_identifier [, string $host_name ] ) Gets or sets the host name used with a connection. Parameters: link_identifier A FrontBase link identifier returned by fbsql_connect() or fbsql_pconnect(). If optional and not specified, the function will try to find a

fbsql_get_autostart_info

(PHP 4 >= 4.0.7, PHP 5, PHP 7) array fbsql_get_autostart_info ([ resource $link_identifier ] ) Parameters: link_identifier A FrontBase link identifier returned by fbsql_connect() or fbsql_pconnect(). If optional and not specified, the function will try to find an open link to the FrontBase server and if no such link is found it will try to create one as if fbsql_connect() was called with n

fbsql_free_result

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Free result memory bool fbsql_free_result ( resource $result ) Frees all memory associated with the given result identifier. fbsql_free_result() only needs to be called if you are concerned about how much memory is being used for queries that return large result sets. All associated result memory is automatically freed at the end of the script's execution. Parameters:

fbsql_field_type

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Get the type of the specified field in a result string fbsql_field_type ( resource $result [, int $field_offset ] ) fbsql_field_type() is similar to the fbsql_field_name() function, but the field type is returned instead. Parameters: result A result identifier returned by fbsql_query() or fbsql_db_query(). field_offse

fbsql_field_table

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Get name of the table the specified field is in string fbsql_field_table ( resource $result [, int $field_offset ] ) Returns the name of the table that the specified field is in. Parameters: result A result identifier returned by fbsql_query() or fbsql_db_query(). field_offset The numerical offset of the

fbsql_field_seek

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Set result pointer to a specified field offset bool fbsql_field_seek ( resource $result [, int $field_offset ] ) Seeks to the specified field offset. If the next call to fbsql_fetch_field() doesn't include a field offset, the field offset specified in fbsql_field_seek() will be returned. Parameters: result A result identifier returned by f

fbsql_field_name

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Get the name of the specified field in a result string fbsql_field_name ( resource $result [, int $field_index ] ) Returns the name of the specified field index. Parameters: result A result pointer returned by fbsql_list_fields(). field_index The numerical offset of the field. The field index starts at

fbsql_field_len

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Returns the length of the specified field int fbsql_field_len ( resource $result [, int $field_offset ] ) Returns the length of the specified field. Parameters: result A result pointer returned by fbsql_list_fields(). field_offset The numerical offset of the field. The field index starts at 0.

fbsql_field_flags

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Get the flags associated with the specified field in a result string fbsql_field_flags ( resource $result [, int $field_offset ] ) Gets the flags associated with the specified field in a result. Parameters: result A result pointer returned by fbsql_list_fields(). field_offset The numerical offset of the