Freelance PHP programmer India | Freelance web developer india | Web development India | web developer CV india | Compiling PHP and Apache 2 from source on Linux
SQLite3Stmt
PHP Manual

SQLite3Stmt::execute

(No version information available, might be only in CVS)

SQLite3Stmt::executeExecutes a prepared statement and returns a result set object

Description

public SQLite3_result SQLite3Stmt::execute ( void )

Executes a prepared statement and returns a result set object.

Parameters

This function has no parameters.

Return Values

Returns an SQLite3_result object on successful execution of the prepared statement, FALSE on failure.


SQLite3Stmt
PHP Manual