array (
product1_quantity => 5,
product1_quantity => 1,
product2_quantity => 3,
product2_quantity => 7,
product3_quantity => 2,
)
與結果:
product1_quantity - 6,
product2_quantity - 10,
product3_quantity - 2
感謝名單!
抱歉,球員
笨例如,代替該真
陣列([0] =>數組([產品1] => 7) [1] =>數組([產品1 ] => 2) [2] => Array([product2] => 3) )
?
嚴姆語?通常情況下,每個鍵只能有一個值。所以你提供的數組甚至不是有效的。 – 2010-03-24 16:11:39
我不知道任何可能具有相同鍵值的語言。 – neo 2010-03-24 16:12:04
看起來像perl,也許。 – Sorpigal 2010-03-24 16:12:29