Пример #1
0
 /**
  * iconv
  * @deprecated we use UTF-8 only!
  * @param
  * @return
  */
 function _($s)
 {
     if ($this->_charset != 'UTF-8' && !empty($s) && !is_array($s)) {
         return FrontEnd::s1251($s);
     } else {
         return $s;
     }
 }