(No version information available, might be only in CVS)
SQLite3_stmt::execute — Executes a prepared statement and returns a result set object
Executes a prepared statement and returns a result set object.
Diese Funktion hat keine Parameter.
Returns an SQLite3_result object on successful execution of the prepared statement, FALSE on failure.
Beispiel #1 SQLite3_stmt::execute() example
<?php
/* ... */
?>
Das oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:
...