Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

SQLite3Stmt::readOnly()

(PHP 5 >= 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.