如何从网站获取源代码并通过'highlight_string'?

时间:2013-10-25 22:22:47

标签: php syntax-highlighting html-entities

获取页面的源代码但是如何通过语法高亮显示然后将其吐出来?

<?php 

echo htmlentities( file_get_contents( 'http://www.example.com/post/' ) ); 

highlight_string('http://www.example.com/post/');

?>

1 个答案:

答案 0 :(得分:0)

此功能完全符合您的要求:  highlight_file($文件名)

php.net/highlight_file