`
yuhai.china
  • 浏览: 154388 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

php编码转换

阅读更多
<?php
require_once 'class.html2text.inc';

$html=file_get_contents('http://www.sohu.com/');
$converter = new html2text($html);
$content=$converter->get_text();

echo mb_convert_encoding($content, "UTF-8", "GBK");

?>
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics