SQLite3Stmt::bindValue
SQLite3Stmt::bindValue
(PHP 5 >= 5.3.0, PHP 7)
SQLite3Stmt::bindValue — Binds the value of a parameter to a statement variable
Description
public bool SQLite3Stmt::bindValue ( mixed $sql_param , mixed $value [, int $type ] )
Binds the value of a parameter to a statement variable.