PHP » GoLang |
login |
register |
about
|
GoLang ArrayObject::exchangeArray
request it (521)
GoLang replacement for PHP's ArrayObject::exchangeArray
[edit | history]
PHP ArrayObject::exchangeArrayPHP original manual for ArrayObject::exchangeArray [ show | php.net ]ArrayObject::exchangeArray(PHP 5 >= 5.1.0, PHP 7) ArrayObject::exchangeArray — Exchange the array for another one DescriptionReturn ValuesReturns the old array. Examples
Example #1 ArrayObject::exchangeArray() example
<?phpThe above example will output:
Array
(
[lemons] => 1
[oranges] => 4
[bananas] => 5
[apples] => 10
)
ArrayObject Object
(
[0] => Amsterdam
[1] => Paris
[2] => London
)
|
more
Most requested
more
Last requests
|