コード例 #1
0
ファイル: HashMap.class.php プロジェクト: stk2k/charcoalphp2
 /**
  *    make string glued by a delimiter
  */
 public function implodeAssoc($glue = ',')
 {
     return Charcoal_System::implodeAssoc($glue, $this->values);
 }