Mongolid\Cursor\CursorInterface::limit PHP 메소드

limit() 공개 메소드

Limits the number of results returned.
public limit ( integer $amount ) : Mongolid\Cursor\CursorInterface
$amount integer The number of results to return.
리턴 Mongolid\Cursor\CursorInterface Returns this cursor.
    public function limit(int $amount);