我需要一个解决方案array_replace_recursive,因为我的php版本不够高.我想使用这段代码:
array_replace_recursive
$_GET = array_replace_recursive($_GET, array("__amp__"=>"&"));
容易,不是吗?
php arrays
arrays ×1
php ×1