Mongolid\Cursor\CursorInterface::skip PHP Method

skip() public method

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