コード例 #1
0
 public function getMatchingPhrase()
 {
     return utf8ToWin1251(parent::getMatchingPhrase());
 }
コード例 #2
0
 function getMatchingPhrase()
 {
     include_once LIMB_DIR . '/core/http/utf8_to_win1251.inc.php';
     return utf8ToWin1251(parent::getMatchingPhrase());
 }