update : 2015.11.03
php.shukuma.com검색:
|
MongoCursorInterface::timeout(PECL mongo >=1.5.0) MongoCursorInterface::timeout — Sets a client-side timeout for this query 설명A timeout can be set at any time and will affect subsequent data retrieval associated with this cursor, including fetching more results from the database. 인수
반환값Returns this cursor. 오류/예외Causes methods that fetch results to throw a MongoCursorTimeoutException if the data fetch takes longer than the specified number of milliseconds. 참고
|