您好,欢迎访问一九零五行业门户网

高亮度显示php源代码!

显示|源代码
php代码:--------------------------------------------------------------------------------
function heighphpcode($heightstring){
do{
$z=0;
if(preg_match('/(.*?)/s',$heightstring,$reg)) {
$z=1;
$code='';
ob_start();
highlight_string($reg[1]);
$code = ob_get_contents();
ob_end_clean();
$reg[1] = addslashes($reg[1]);
$heightstring=preg_replace(/(.*?)/s,$code,$heightstring,1);
}
}while($z);
return $heightstring;
}
##########################################################################################
#$phpcode就是要被加亮的代码
$phpcode=
php代码:--------------------------------------------------------------------------------
function heighphpcode($heightstring){
do{
$z=0;
if(preg_match(/(.*?)/s,$heightstring,$reg)) {
$z=1;
$code=;
ob_start();
highlight_string($reg[1]);
$code = ob_get_contents();
ob_end_clean();
$reg[1] = addslashes($reg[1]);
$heightstring=preg_replace(/(.*?)/s,$code,$heightstring,1);
}
}while($z);
return $heightstring;
}
##########################################################################################
#$phpcode就是要被加亮的代码
$phpcode= '
';
##########################################################################################
echo heighphpcode($phpcode);
?>
--------------------------------------------------------------------------------
其它类似信息

推荐信息