MydbMysqliResultInterface
in
Tags
Table of Contents
Methods
- __construct() : mixed
- getError() : string|null
- getFieldCount() : int
- getResult() : array<string|int, mixed>|null
- getWarnings() : array<string|int, mixed>
- setErrorMessage() : void
- setErrorNumber() : void
Methods
__construct()
public
__construct(mysqli_result|null $result, array<string|int, mixed> $warnings, int $fieldsCount) : mixed
Parameters
- $result : mysqli_result|null
- $warnings : array<string|int, mixed>
- $fieldsCount : int
Tags
getError()
public
getError() : string|null
Return values
string|nullgetFieldCount()
public
getFieldCount() : int
Return values
intgetResult()
public
getResult() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|nullgetWarnings()
public
getWarnings() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>setErrorMessage()
public
setErrorMessage(string $errorMessage) : void
Parameters
- $errorMessage : string
setErrorNumber()
public
setErrorNumber(int $errorNumber) : void
Parameters
- $errorNumber : int