PHP » GoLang |
login |
register |
about
|
Ds\Map::putAll(PECL ds >= 1.0.2) Ds\Map::putAll — Associates all key-value pairs of a traversable object or array Description
Associates all key-value
Parameters
Return ValuesNo value is returned. ExamplesExample #1 Ds\Map::putAll() example
<?php The above example will output something similar to: Ds\Map Object ( [0] => Ds\Pair Object ( [key] => a [value] => 1 ) [1] => Ds\Pair Object ( [key] => b [value] => 2 ) [2] => Ds\Pair Object ( [key] => c [value] => 3 ) ) |
more
Recently updated
more
Most requested
more
Last requests
|