|
update : 2015.11.03
php.shukuma.com검색:
|
ArrayObject::exchangeArray(PHP 5 >= 5.1.0) ArrayObject::exchangeArray — Exchange the array for another one. 설명반환값Returns the old array. 예제
Example #1 ArrayObject::exchangeArray() example
<?php위 예제의 출력:
Array
(
[lemons] => 1
[oranges] => 4
[bananas] => 5
[apples] => 10
)
ArrayObject Object
(
[0] => Amsterdam
[1] => Paris
[2] => London
)
|