$i; $i++){ $elements = explode('%%', $info[$i]); $statistics[$i]['stream'] = $elements[0]; $statistics[$i]['quantity_listens'] = @$elements[1]; $statistics[$i]['artist'] = @$elements[2]; $statistics[$i]['title'] = @$elements[3]; } /*array(3) { ["host"]=> string(7) "dsk7681" ["ip"]=> string(11) "10.20.4.219" ["port"]=> string(4) "8000" } * * * 0 name stream * 1 quantity listens * 2 artist * 3 name composiition * */ array_shift($statistics); return $statistics; } }