1.parse_str($str, $arr);将变量解析到数组中。2.array_walk_recursive($arr, 'my_function', 'function_param');将数组中的值都进行my_function。