Constant 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
F
 Fetch Types
 FETCH_FIELD
 FETCH_MULTI
 FETCH_SMART
only one field of one row will be returned
multiple rows will be returned from a query sent with the fetch method in a multi dimensional array
if multiple rows were returned by mysql then multiple rows will be returned by the fetch method in a multi dimensional array, else one row will be returned in a normal array