略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: MongoCursorInterface::timeout

2024-05-03

MongoCursorInterface::timeout

(PECL mongo >=1.5.0)

MongoCursorInterface::timeoutSets a client-side timeout for this query

说明

abstract public MongoCursorInterface::timeout ( int $ms ) : MongoCursorInterface

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.

参数

ms

The number of milliseconds for the cursor to wait for a response. Use -1 to wait forever. By default, the cursor will wait 30000 milliseconds (30 seconds).

返回值

Returns this cursor.

错误/异常

Causes methods that fetch results to throw a MongoCursorTimeoutException if the data fetch takes longer than the specified number of milliseconds.

参见

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/mongocursorinterface.timeout.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3