SQLite3Stmt
在线手册:中文 英文
PHP手册

SQLite3Stmt::close

(PHP 5 >= 5.3.0)

SQLite3Stmt::closeCloses the prepared statement

说明

public bool SQLite3Stmt::close ( void )

Closes the prepared statement.

参数

此函数没有参数。

返回值

Returns TRUE


SQLite3Stmt
在线手册:中文 英文
PHP手册