function HeighPHPcode($Heightstring){
do{
$z=0;
if(preg_match('/
$z=1;
$code='';
ob_start();
highlight_string($reg[1]);
$code = ob_get_contents();
ob_end_clean();
$reg[1] = addslashes($reg[1]);
$Heightstring=preg_replace("/
}
}while($z);
return $Heightstring;
}
##########################################################################################
#$PHPcode就是要被加亮的代码
$PHPcode= <<
function HeighPHPcode($Heightstring){
do{
$z=0;
if(preg_match('/
$z=1;
$code='';
ob_start();
highlight_string($reg[1]);
$code = ob_get_contents();
ob_end_clean();
$reg[1] = addslashes($reg[1]);
$Heightstring=preg_replace("/
}
}while($z);
return $Heightstring;
}
END;
##########################################################################################
echo HeighPHPcode("$PHPcode");
?>
阅读本文后您有什么感想? 已有 人给出评价!
- 0
囧 - 0

恶心 - 0

期待 - 0

难过 - 0

不错 - 0

关注
- Windows XP到底有多安全04-10-07
- 替你的Windows Me减减肥04-10-07
- Windows Me中的批处理04-10-07
- 把Windows ME中的五笔拿出来04-10-07
- 优化Windows启动 提升性能04-10-07
- Windows NTFS分区随心转换04-10-07
- 怎样把Windows server 2003转换成工作04-10-07
- 在Windows XP以幻灯片方式浏览图片04-10-07
- 最新评论
- 热门评论
