Documentation

MySQLiDB
in package

Table of Contents

Properties

$error  : string|null
$num_rows  : int
$MySQLi  : mysqli

Methods

__construct()  : mixed
Insert()  : array<string|int, mixed>|object|int|null
Query()  : mixed
Select()  : array<string|int, mixed>|object|int|null

Properties

Methods

__construct()

public __construct() : mixed

Insert()

public Insert(string $Into, string $Columns, string $Values) : array<string|int, mixed>|object|int|null
Parameters
$Into : string
$Columns : string
$Values : string
Return values
array<string|int, mixed>|object|int|null

Query()

public Query(mixed $Query) : mixed
Parameters
$Query : mixed

Select()

public Select(string $What, string $From, string $Where, string $Action[, string|null $Order = null ][, string|null $Limit = null ]) : array<string|int, mixed>|object|int|null
Parameters
$What : string
$From : string
$Where : string
$Action : string
$Order : string|null = null
$Limit : string|null = null
Return values
array<string|int, mixed>|object|int|null

        
On this page

Search results