コード例 #1
0
 function getMatchingPhrase()
 {
     $phrase = parent::getMatchingPhrase();
     if (strpos($this->uri, 'yandpage') !== false) {
         $phrase = convert_cyr_string(urldecode($phrase), 'k', 'w');
     }
     return $phrase;
 }
コード例 #2
0
 public function getMatchingPhrase()
 {
     return utf8ToWin1251(parent::getMatchingPhrase());
 }
コード例 #3
0
 function getMatchingPhrase()
 {
     include_once LIMB_DIR . '/core/http/utf8_to_win1251.inc.php';
     return utf8ToWin1251(parent::getMatchingPhrase());
 }