-5
這是數組:http://www.stylechica.de/array.rtf(我不能在這裏複製)總結一下數組值
我需要總結[ 「PriceInformation」] [ 「PriceInformation」] [ 「PriceDetails」] [ 「價格」 ]並且已經嘗試過所有類似的東西,如
foreach ($output["PriceInformation"]["PriceDetails"]["Price"] as $product)
echo array_sum($product);
但它只是不起作用。有任何想法嗎?
如果你說什麼語言,你在工作,開始,會有所幫助。 –
您幾乎可以肯定地找到您正在尋找的答案,方法是使用您在Google中使用的語言搜索「總結數組值」。 –
我已經做了,但那是多維數組 –