update : 2015.11.03
php.shukuma.com검색:
|
array_walk_recursive(PHP 5, PHP 7) array_walk_recursive — Apply a user function recursively to every member of an array 설명
Applies the user-defined 인수
반환값
성공 시 예제
Example #1 array_walk_recursive() example
<?php 위 예제의 출력: a holds apple b holds banana sour holds lemon You may notice that the key 'sweet' is never displayed. Any key that holds an array will not be passed to the function. |