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
Return Values
Returns Examples
Example #1 SQLite3Stmt::bindValue example
<?php |