final class MysqliStatement implements Statement (View source)

Methods

__construct(mysqli_stmt $statement)

No description

bool
execute(array $params)

Executes a prepared statement.

getResult()

Gets a result set from a prepared statement.

Details

__construct(mysqli_stmt $statement)

No description

Parameters

mysqli_stmt $statement

bool execute(array $params)

Executes a prepared statement.

Parameters

array $params

Return Value

bool

ResultInterface getResult()

Gets a result set from a prepared statement.

Return Value

ResultInterface