update : 2015.11.03
php.shukuma.com

검색:
 
 
Executes a prepared statement and returns a result set object

SQLite3Stmt::execute

(PHP 5 >= 5.3.0)

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

설명

public SQLite3Result SQLite3Stmt::execute ( void )

Executes a prepared statement and returns a result set object.

인수

이 함수는 인수가 없습니다.

반환값

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