コード例 #1
0
 public function combine($form1, $form2, $act2)
 {
     // Ex.: _k + miaq > _gmiaq
     return substr($form1, 0, strlen($form1) - 1) . Roman::latinVoicedOfUnvoicedStopConsonant($form1[strlen($form1) - 1]) . $form2;
 }