(PECL ds >= 1.0.0)
Ds\Map::pairs — Returns a sequence containing all the pairs of the map
public Ds\Map::pairs ( ) : Ds\Sequence
Returns a Ds\Sequence containing all the pairs of the map.
This function has no parameters.
Ds\Sequence containing all the pairs of the map.
Example #1 Ds\Map::pairs() example
The above example will output something similar to:
© 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.pairs.php