PHP Doku:: Sets the busy connection handler - sqlite3.busytimeout.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDatenbankerweiterungenAnbieterspezifische DatenbankerweiterungenSQLite3Die SQLite3-KlasseSQLite3::busyTimeout

Ein Service von Reinhard Neidl - Webprogrammierung.

Die SQLite3-Klasse

<<Die SQLite3-Klasse

SQLite3::changes>>

SQLite3::busyTimeout

(PHP 5 >= 5.3.3)

SQLite3::busyTimeoutSets the busy connection handler

Beschreibung

public bool SQLite3::busyTimeout ( integer $msecs )

Sets a busy handler that will sleep until the database is not locked or the timeout is reached.

Parameter-Liste

msecs

The milliseconds to sleep. Setting this value to a value less than or equal to zero, will turn off an already set timeout handler.

Rückgabewerte

Returns TRUE on success, FALSE on failure.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



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",...)