ホームページ >php教程 >php手册 >文字化けしたコードの中から見つけました~

文字化けしたコードの中から見つけました~

WBOY
WBOYオリジナル
2016-06-21 09:09:091267ブラウズ

PHP 番号:---------------------------------------------- ---------------------------------

function HeighPHPcode($Heightstring){
do{
$z=0;
if(preg_match('/(.*?)/s',$Heightstring,$reg)) {
$z=1;
$code='';
ob_start();
ハイライト_文字列($reg[1]);
$code = ob_get_contents();
ob_end_clean();
$reg[1] = ラッシュを追加します($reg[1]);
$Heightstring=preg_replace("/(.*?)/s","$code",$Heightstring,1);
}
}while($z);
$Heightstring を返します;
}
############################################ ###########################################
#$PHPcode は被る必要があります加亮的代码
$PHPcode= <<
function HeighPHPcode($Heightstring){
do{
$z=0;
if(preg_match('/(.*?)/s',$Heightstring,$reg)) {
$z=1;
$code='';
ob_start();
ハイライト_文字列($reg[1]);
$code = ob_get_contents();
ob_end_clean();
$reg[1] = ラッシュを追加します($reg[1]);
$Heightstring=preg_replace("/(.*?)/s","$code",$Heightstring,1);
}
}while($z);
$Heightstring を返します;
}

END;
##################################### ################################################ ##
echo HeighPHPcode("$PHPcode");
?>



声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。