标签: php syntax-highlighting html-entities
获取页面的源代码但是如何通过语法高亮显示然后将其吐出来?
<?php echo htmlentities( file_get_contents( 'http://www.example.com/post/' ) ); highlight_string('http://www.example.com/post/'); ?>
答案 0 :(得分:0)
此功能完全符合您的要求: highlight_file($文件名)
php.net/highlight_file