Любой знает, как изменить эту функцию с помощью preg_replace и e / modifier. E / modifier будет обесцениваться. function charset_decode_utf_8 ($string) { /* Only do the slow convert if there are 8-bit characters */ /* avoid using 0xA0 (\240) in ereg ranges. RH73 does not like that */ if (! preg_match("/[\200-\237]/", $string) and ! preg_match("/[\241-\377]/", […]
Я продолжаю получать эту ошибку: Предупреждение: preg_match () [function.preg-match]: Неизвестный модификатор 't' в D: \ xampp \ htdocs \ administrator \ components \ com_smms \ functions \ plugin.php в строке 235 на: $PageContent = preg_replace($result->module_pregmatch, '', $PageContent); Я делаю var_dump в $ result-> module_pregmatch, и я получаю следующее: string '/<title>(.*)</title>/Ui' (length=23) string '/<meta[^>]*name=["|\']description["|\'][^>]*content=["|\'](.*)["|\']\s*\/>/Ui' (length=77) string […]