$hoge = array('abc'=>array('a'=>'orz', 'b'=>'orz=');
としたら
$hoge['abc']['a']
$hoge['abc']['b']
でしょ