0

我正在获取页面的源代码,但是如何通过语法荧光笔获取它然后将其吐出?

<?php 

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

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

?>
4

1 回答 1

0

此函数完全符合您的要求: highlight_file($filename)

php.net/highlight_file

于 2013-10-25T22:33:59.563 回答