SQLite3Stmt::close
(PHP 5 >= 5.3.0)
SQLite3Stmt::close — Closes the prepared statement
Description
public bool SQLite3Stmt::close
( void
)
Closes the prepared statement.
Parameters
This function has no parameters.
Return Values
Returns TRUE
- PHP Руководство
- Функции по категориям
- Индекс функций
- Справочник функций
- Расширения для работы с базами данных
- Расширения для работы с базами данных отдельных производителей
- SQLite3
- Функция SQLite3Stmt::bindParam() - Binds a parameter to a statement variable
- Функция SQLite3Stmt::bindValue() - Binds the value of a parameter to a statement variable
- Функция SQLite3Stmt::clear() - Clears all current bound parameters
- Функция SQLite3Stmt::close() - Closes the prepared statement
- Функция SQLite3Stmt::execute() - Executes a prepared statement and returns a result set object
- Функция SQLite3Stmt::paramCount() - Returns the number of parameters within the prepared statement
- SQLite3Stmt::readOnly()
- Функция SQLite3Stmt::reset() - Resets the prepared statement
Коментарии
404 Not Found