Table of Contents
Methods
-
close()
: mixed
-
commit()
: mixed
-
connect()
: mixed
-
error()
: mixed
-
escape()
: mixed
-
get_last_insert_id()
: mixed
-
multi_query()
: mixed
-
next_result()
: mixed
-
query()
: mixed
-
select_db()
: mixed
-
store_result()
: mixed
close()
public
close() : mixed
commit()
public
commit() : mixed
connect()
public
connect() : mixed
error()
public
error() : mixed
escape()
public
escape(string $string) : mixed
Parameters
-
$string
: string
-
get_last_insert_id()
public
get_last_insert_id() : mixed
multi_query()
public
multi_query(string $multi_query) : mixed
Parameters
-
$multi_query
: string
-
next_result()
public
next_result() : mixed
query()
public
query(string $q) : mixed
Parameters
-
$q
: string
-
select_db()
public
select_db(string $db_name) : mixed
Parameters
-
$db_name
: string
-
store_result()
public
store_result() : mixed