ホームページ  >  記事  >  php教程  >  PHPのソースコードを強調表示してください。

PHPのソースコードを強調表示してください。

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

显示|源代码

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");
?>
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 を返します。
}
?>
';
#################################### ################################################ #####

echo HeighPHPcode($PHPcode);
?>

---------------------------- --------------------------------------------------



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