Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
D
 DbCon, DbCOn
E
 esc, DbCOn
F
 fetch, DbCOn
G
 get_fields, DbCOn
I
 insert_batch, DbCOn
M
 microtime_float
P
 print_history, DbCOn
Q
 query, DbCOn
 query_file, DbCOn
T
 table_exists, DbCOn
function DbCon($host,  
$dbname,  
$user,  
$pass,  
$permanent = false)
function esc($str)
Escape a string
function fetch($sql,  
$flags =  NULL,
$use_lb =  NULL)
Fetch data from a table and return as array
function get_fields($table,  
$use_lb =  NULL)
Returns column names in the form of an array for a certain table
function insert_batch($table,
$col_arr,
$val_arr)
Insert multiple rows into the same table in one statement
function microtime_float()
Returns true microtime timestamp
function print_history()
returns the contents of the sql_history property to the screen in a readable manner
function query($sql,  
$use_lb =  NULL)
Send an sql statement that writes data to a dable (insert, update, delete)
function query_file($path,  
$find = NULL,
$replace = NULL)
Sends contents of a file as a query, multiple queries can be seperated by ; within the file
function table_exists($table_name,  
$use_lb =  NULL)
Check if a table exists