PHP JSON String to Assocatiative Array

$assocArray = json_decode($data, true);
Tequilian