(PECL ds >= 1.0.0)
Ds\Map::skip — Returns the pair at a given positional index
public Ds\Map::skip ( int $position ) : Ds\Pair
Returns the pair at a given zero-based position
.
position
The zero-based positional index to return.
Returns the Ds\Pair at the given position
.
OutOfRangeException if the position is not valid.
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/ds-map.skip.php