Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/standard/tests/array/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/standard/tests/array/array_walk_recursive.phpt |
--TEST-- Test array_walk_recursive() --FILE-- <?php function foo($value) { echo $value . " foo\n"; } function bar($value) { echo $value . " bar\n"; } $arr = array (1,2,3); var_dump (array_walk_recursive ($arr, 'foo')); var_dump (array_walk_recursive ($arr, 'bar')); ?> --EXPECTF-- 1 foo 2 foo 3 foo bool(true) 1 bar 2 bar 3 bar bool(true)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare