Подсветка ini кода

  1. function iniCode($code)
  2. {
  3.     $code = str_replace('=', '<font style="color: #FF0000">=</font>', $code);
  4.     $code = preg_replace('#(\[.+?\])#i', '<font style="font-weight: bold; color: #8000FF">$1</font>', $code);
  5.     $code = preg_replace('#^;(.+?)' . PHP_EOL . '#im', '<font style="color: #008000">;$1</font><br />', $code);
  6.     $code = str_replace(PHP_EOL, '<br />', $code);
  7.     return $code;
  8. }

Реклама

Мы в соцсетях

tw tg yt gt