I have the following array with forech defined:
$getdepth = '{"result":"true","asks":[[20,13],[34,20],[30,8],[35,8],[4,40],"bids":[["18",22],["16",74],["70",99],["65",18],["1",15]]}';
$depth = json_decode($getdepth, true);
foreach ($depth['ask...
asked by
05.04.2014 / 02:30