PHP dbx Functions
EditRocket provides the following information on dbx functions in the PHP source code builder.
int dbx_close ( object $link_identifier ) -
int dbx_compare ( array $row_a , array $row_b , string $column_key [, int $flags ] ) -
object dbx_connect ( mixed $module , string $host , string $database , string $username , string $password [, int $persistent ] ) - Opens a connection to a database.
string dbx_error ( object $link_identifier ) - dbx_error() returns the last error message.
string dbx_escape_string ( object $link_identifier , string $text ) - Escape the given string so that it can safely be used in an sql-statement.
mixed dbx_fetch_row ( object $result_identifier ) - dbx_fetch_row() fetches rows from a result identifier that had the DBX_RESULT_UNBUFFERED flag set.
mixed dbx_query ( object $link_identifier , string $sql_statement [, int $flags ] ) - Sends a query and fetch all results.
bool dbx_sort ( object $result , string $user_compare_function ) -