コード例 #1
0
ファイル: Cursor.php プロジェクト: ne0h12/mongodb
 /**
  * Wrapper method for MongoCursor::dead().
  *
  * @see http://php.net/manual/en/mongocursor.dead.php
  * @return boolean
  */
 public function dead()
 {
     return $this->mongoCursor->dead();
 }