Not with array_map, as it doesn't handle keys. array_walk does: $test_array = array("first_key" => "first_value", "second_key" => "second_value"); ...
確定! 回上一頁