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

skip() 공개 메소드

Skips a number of results.
public skip ( integer $amount ) : Mongolid\Cursor\CursorInterface
$amount integer The number of results to skip.
리턴 Mongolid\Cursor\CursorInterface Returns this cursor.
    public function skip(int $amount);