Table of Contents
Properties
-
$connection
: mysqli|null
Methods
-
__construct()
: mixed
-
affectedRows()
: int
-
close()
: void
-
freeResult()
: void
-
insertID()
: int|string
-
query()
: mysqli_result|bool
-
getConnection()
: mysqli
$connection
private
mysqli|null
$connection
= null
__construct()
public
__construct() : mixed
affectedRows()
public
affectedRows() : int
close()
public
close() : void
freeResult()
public
freeResult(mysqli_result $result) : void
Parameters
-
$result
: mysqli_result
-
insertID()
public
insertID() : int|string
query()
public
query(string $strSQL) : mysqli_result|bool
Parameters
-
$strSQL
: string
-
Return values
mysqli_result|bool
getConnection()
private
getConnection() : mysqli