phpDocumentor

MydbMysqliResultInterface

Tags
author

Sergei Shilko contact@sshilko.com

license

https://opensource.org/licenses/mit-license.php MIT

see
https://github.com/sshilko/php-sql-mydb
access

protected

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
psalm-param

array<array-key, string> $warnings

getWarnings()

public getWarnings() : array<string|int, mixed>
Tags
psalm-return

array<array-key, string>

Return values
array<string|int, mixed>

        
On this page

Search results