PHP Doku:: The MongoCursorTimeoutException class - class.mongocursortimeoutexception.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDatenbankerweiterungenAnbieterspezifische DatenbankerweiterungenMongoDB Native DriverExceptionsThe MongoCursorTimeoutException class

Ein Service von Reinhard Neidl - Webprogrammierung.

Exceptions

<<The MongoCursorException class

The MongoConnectionException class>>

The MongoCursorTimeoutException class

Einführung

Caused by a query timing out. You can set the length of time to wait before this exception is thrown by calling MongoCursor::timeout() on the cursor or setting MongoCursor::$timeout. The static variable is useful for queries such as database commands and MongoCollection::findOne(), both of which implicitly use cursors.

Klassenbeschreibung


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