PHP Doku:: SQLite3 - book.sqlite3.html

Verlauf / Chronik / History: (50) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDatenbankerweiterungenAnbieterspezifische DatenbankerweiterungenSQLite3

Ein Service von Reinhard Neidl - Webprogrammierung.

Anbieterspezifische Datenbankerweiterungen

<<sqlite_valid -- SQLiteResult->valid -- SQLiteUnbuffered->valid

Einführung>>


UnterSeiten:

SQLite3


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
alan at chandlerfamily dot org dot uk
9.08.2010 10:36
PHP 5.3.3 introduced sqlite3::busyTimeout(int milliseconds) which does not currently seem to be documented.

It believe it acts like sqlite::busyTimeout - that is it tells sqlite3 to call an internal busyHandler if SQLITE_BUSY is returned from any call which waits a short period and then retries.  It continues to do this until milliseconds milliseconds have elapsed and then returns the SQLITE_BUSY status.

I don't know whether the default 60 second value is in place if this function is not called.



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)