Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 31883 программиста и 3339 роботов. Сейчас ищет 1351 программист ...
The MongoCursorTimeoutException class
Вернуться к: Exceptions
(PECL mongo >= 1.0.0)
Введение
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.
Обзор классов
MongoCursorTimeoutException
extends
MongoCursorException
{
}Вернуться к: Exceptions