PHP - Manual: MongoCommandCursor::dead
2025-10-31
(PECL mongo >=1.5.0)
MongoCommandCursor::dead — Checks if there are results that have not yet been sent from the database
This method checks whether the MongoCommandCursor cursor has been exhausted and the database has no more results to send to the client. A cursor being "dead" does not necessarily mean that there are no more results available for iteration.
此函数没有参数。
   Returns TRUE if there are more results that have not yet been sent to the
   client, and FALSE otherwise.
  
 add a note
 add a note
  官方地址:https://www.php.net/manual/en/mongocommandcursor.dead.php