SQLite3_stmt
PHP Manual

SQLite3_stmt::execute

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

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

Описание

public SQLite3_result SQLite3_stmt::execute ( void )

Executes a prepared statement and returns a result set object.

Список параметров

This function has no parameters.

Возвращаемые значения

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

Примеры

Пример #1 SQLite3_stmt::execute() example

<?php
/* ... */
?>

Результатом выполнения данного примера будет что-то подобное:

...


SQLite3_stmt
PHP Manual