Mongolid\Cursor\CursorInterface::skip PHP Méthode

skip() public méthode

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