php 2B dizi döngü

0 Cevap

Ben böyle aşağıdaki değerleri erişebilirsiniz.

$result->{'HistoricalPricesResult'}->HistoricalPricesResult[0]->Price
$result->{'HistoricalPricesResult'}->HistoricalPricesResult[0]->Low
//next row
$result->{'HistoricalPricesResult'}->HistoricalPricesResult[1]->Price
$result->{'HistoricalPricesResult'}->HistoricalPricesResult[1]->Low

Ben bu pekiştirmek gerekir Ancak

$values[0][price]
$values[0][low]
$values[1][price]
$values[1][low]

2 diğer garip şeyler. Değerler dizeleri ve ben onları ondalık (2 ondalık puan) olması ve aynı zamanda fiyat ve düşük genelinde tüm satırlar için min ve max gerekir

0 Cevap