update : 2015.11.03
php.shukuma.com검색:
|
The MongoCursorTimeoutException class(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
{
} |