PHP file_get_contents()返回未编码的字符串

时间:2018-08-22 11:39:34

标签: php string encoding

代码如下:

header('Content-type: text/plain; charset=utf-8');
$google = file_get_contents("https://www.google.ru/search?q=Путин");
echo $google;

它返回给我这种字符串:

%253D66%252B%25D0%259F%25D1%2580%25D0%25B8%25D0%25B2%25D0%2

我需要阅读可读的俄语字母

0 个答案:

没有答案