foreach($eventList[0] as $k => $v) {
echo $k." ".print_r($v,true)."
";
}