SQLite3Stmt
PHP Manual

SQLite3Stmt::readOnly()

(PHP 5 %gt;= 5.3.6, PHP 7)

SQLite3Stmt::readOnly()Returns whether a statement is definitely read only

说明

public bool SQLite3Stmt::bindParam ( void )

Returns whether a statement is definitely read only.

参数

此函数没有参数。

返回值

Returns TRUE if a statement is definitely read only, FALSE otherwise.


SQLite3Stmt
PHP Manual