PHP » GoLang |
login |
register |
about
|
Ds\Map::values(PECL ds >= 1.0.0) Ds\Map::values — Returns a sequence of the map's values Description
public Ds\Sequence Ds\Map::values
( void
)
Returns a sequence containing all the values of the map, in the same order. ParametersThis function has no parameters. Return ValuesA Ds\Sequence containing all the values of the map. ExamplesExample #1 Ds\Map::values() example
<?php The above example will output something similar to: object(Ds\Map)#2 (3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } |
more
Recently updated
more
Most requested
more
Last requests
|