MysqliStatement
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
bool
execute(array $params)
Executes a prepared statement.
ResultInterface
getResult()
Gets a result set from a prepared statement.