SQLite3Stmt
PHP Manual

SQLite3Stmt::readOnly()

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

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

Description

public bool SQLite3Stmt::bindParam ( void )

Returns whether a statement is definitely read only.

Parameters

This function has no parameters.

Return Values

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


SQLite3Stmt
PHP Manual