<?php $str1 = array("key1"=>"aa","key2"=>"bb","key3"=>"cc");
echo implode(",",$str1); ?>
●実行結果 aa,bb,cc