SQLite3Stmt::bindValue

SQLite3Stmt::bindValue

(PHP 5 >= 5.3.0, PHP 7)

SQLite3Stmt::bindValueBinds 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.

Parameters

sql_param

Either a string or an 登录查看完整内容