Documentation

TraceablePDOStatement extends TraceablePDOStatement
in package

A traceable PDO statement to use with Traceablepdo.

Table of Contents

execute()  : bool
Executes a prepared statement.

Methods

execute()

Executes a prepared statement.

public execute([array<string|int, mixed> $input_parameters = null ]) : bool
Parameters
$input_parameters : array<string|int, mixed> = null

[optional] An array of values with as many elements as there are bound parameters in the SQL statement being executed. All values are treated as PDO::PARAM_STR.

Tags
see
http://php.net/manual/en/pdostatement.execute.php
throws
PDOException
Return values
bool

TRUE on success or FALSE on failure.


        

Search results