var_dump($contacts); выводит:
array(1) { [0]=> object(stdClass)#11 (3) { ["name"]=> string(0) "" ["priority"]=> int(999) ["contacts"]=> array(2) { [0]=> object(stdClass)#12 (2) { ["type"]=> string(5) "phone" ["value"]=> string(15) "8-913-519-23-52" } [1]=> object(stdClass)#13 (2) { ["type"]=> string(5) "phone" ["value"]=> string(15) "44-06-75" } } } }
А то что-то совсем запутался с этими массивами:) Огромное спасибо!