<?php $raw = [ '', 1, [ [ 'TradeID' => 15950315, 'Price' => 0.00000170, 'Type' => 'buy', 'Amount' => 712.85989430, 'Total' => 0.00121368, 'Time' => 1535337908, ], [ 'TradeID' => 15908375, 'Price' => 0.00000300, 'Type' => 'buy', 'Amount' => 574.71264368, 'Total' => 0.00172673, 'Time' => 1535022882, ] ] ]; $object = (object)$raw; $array = (array) $object; foreach ($array['2'] as $item) { echo $item['TradeID'] . "\n"; }
You have javascript disabled. You will not be able to edit any code.