Home > Backend Development > PHP Tutorial > PHP file_get_contents 结尾出现不可预知字符

PHP file_get_contents 结尾出现不可预知字符

WBOY
Release: 2016-06-06 20:42:28
Original
847 people have browsed it

今天下午发现之前写的一段程序突然不能使用了 排查的是时候发现 原因出在使用PHP file_get_contents获取一个url返回的 JSON格式数据时 结尾处莫名的被加上了不可预知的字符
虽然在网页中显示数据的格式是正常的 但是复制到编辑器中发现 结尾处多了几个字符 如图

PHP file_get_contents 结尾出现不可预知字符

PHP file_get_contents 结尾出现不可预知字符

可以看到 后面被加上了 SOH的字符 ..

当然是用 PHP CURL 抓取同样的链接 返回的结果是正常的JSON格式.
PS:PHP Version 5.4.12
请问这是什么原因导致呢?

回复内容:

今天下午发现之前写的一段程序突然不能使用了 排查的是时候发现 原因出在使用PHP file_get_contents获取一个url返回的 JSON格式数据时 结尾处莫名的被加上了不可预知的字符
虽然在网页中显示数据的格式是正常的 但是复制到编辑器中发现 结尾处多了几个字符 如图

PHP file_get_contents 结尾出现不可预知字符

PHP file_get_contents 结尾出现不可预知字符

可以看到 后面被加上了 SOH的字符 ..

当然是用 PHP CURL 抓取同样的链接 返回的结果是正常的JSON格式.
PS:PHP Version 5.4.12
请问这是什么原因导致呢?

Ascii control characters。

参考:

http://stackoverflow.com/questions/1497885/remove-control-characters-from-php-string

http://blog.sina.com.cn/s/blog_4d6a2e4301018cx3.html

Ps:你还在做微信公众账号啊。。

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template