文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>PHP 高亮类

PHP 高亮类

时间:2006-07-07  来源:elfen



[Copy to clipboard] [ - ] CODE:
function phphighlite($code) {
  //PHP 4 only
  if (floor(phpversion())", ">", $code);
  $code = str_replace("
  $code = str_replace("&", "&", $code);
  $code = str_replace('$', '\$', $code);
  $code = str_replace('\n', '\\\\n', $code);
  $code = str_replace('\r', '\\\\r', $code);
  $code = str_replace('\t', '\\\\t', $code);
  $code = stripslashes($code);
  if (!strpos($code,"";
   $addedtags=1;
  }
//  if (!strpos($code,"[code]") and substr($code,0,6)!="[code]") {
//   $code="[code]\n".trim($code)."\n[\/code]";
//   $addedtags=1;
//  }
  ob_start();
  $oldlevel=error_reporting(0);
  highlight_string($code);
  error_reporting($oldlevel);
  $buffer = ob_get_contents();
  ob_end_clean();
  if ($addedtags) {
    $openingpos = strpos($buffer,'PHP代码:$buffer";
  return "$buffer";
}
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载