SQLite3Stmt::close
SQLite3Stmt::close
(PHP 5 >= 5.3.0, PHP 7)
SQLite3Stmt::close - 关闭准备好的语句
描述
public bool SQLite3Stmt::close ( void )
关闭准备好的声明。
注
:请注
意,执行此语句检索的所有SQLite3Results在语句关闭时将失效。
参数
该函数没有参数。
返回值
返回 TRUE
← SQLite3Stmt::clear
SQLite3Stmt::execute →