PHP show_source 杂项函数
-
定义和用法
show_source - 别名 highlight_file() -
版本支持
PHP4 PHP5 PHP7 支持 支持 支持 -
示例
//transcript.php contain some php script. Ex: <?php echo "How tp use show_source()"; ?> Usage: <?php $source = show_source("transcript.php", true); print $source; ?> Output: This is print the source of the ------------------------------------ <?php echo "How tp use show_source()"; ?>
-
相关页面
highlight_file() - 语法高亮