dbx_close | PHP 4.0.6 |
bool dbx_close(dbx_link_object dbx_link) |
|
Closes an open connection/database.. |
dbx_compare | PHP 4.1.0 |
int dbx_compare(array row_x, array row_y, string columnname[, int flags]) |
|
Compares two rows for sorting purposes. |
dbx_connect | PHP 4.0.6 |
dbx_link_object dbx_connect(string module_name, string host, string db, string username, string password[, bool persistent]) |
|
Opens a connection/database; returns dbx_link_object on success or 0 on failure. |
dbx_error | PHP 4.0.6 |
void dbx_error(dbx_link_object dbx_link) |
|
Reports the error message of the latest function call in the module. |
dbx_query | PHP 4.0.6 |
dbx_result_object dbx_query(dbx_link_object dbx_link, string sql_statement[, long flags]) |
|
Sends a query and fetches all results; returns a dbx_link_object on success or 0 on failure. |
dbx_sort | PHP 4.0.6 |
int dbx_sort(object dbx_result, string compare_function_name) |
|
Sorts a result from dbx_query() by a custom sort function. |