<?php $test_array = array (‘bla’ => ‘blub’, ‘foo’…
使用标准 PHP 库(SPL)递归: $a = array(1,2,array(3,4, array(5,6,…