|
SQLite3Stmt::bindValue(PHP 5 >= 5.3.0) SQLite3Stmt::bindValue — Binds the value of a parameter to a statement variable ОписаниеBinds the value of a parameter to a statement variable. Список параметров
Возвращаемые значенияReturns TRUE if the value is bound to the statement variable, FALSE on failure. Примеры
Пример #1 SQLite3Stmt::bindValue() example
<?php |
|