コード例 #1
0
ファイル: EagerCursor.php プロジェクト: malukenho/mongodb
 /**
  * {@inheritdoc}
  */
 public function timeout($ms)
 {
     $this->cursor->timeout($ms);
     return $this;
 }