update : 2015.11.03
php.shukuma.com검색:
|
array_walk(PHP 4, PHP 5, PHP 7) array_walk — 배열의 각 원소에 대해서 특정 함수를 적용 설명
array_walk()는 인수
반환값
성공 시 오류/예외
변경점
예제
Example #1 array_walk() 예제
<?php 위 예제의 출력: Before ...: d. lemon a. orange b. banana c. apple ... and after: d. fruit: lemon a. fruit: orange b. fruit: banana c. fruit: apple 참고
|