PHP JSON String to Associative Array

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