(PHP 5 >= 5.3.0, PHP 7)
Binds a parameter to a statement variable
public bool SQLite3Stmt::bindParam ( string $sql_param, mixed &$param [, int $type ] )
Binds a parameter to a statement variable.
Parameters:
sql_param
An string identifying the statement variable to which the parameter should be bound.
param
The parameter to bind