Home > Backend Development > PHP Tutorial > php 读取硕大无比网页内容

php 读取硕大无比网页内容

WBOY
Release: 2016-06-13 11:17:24
Original
1003 people have browsed it

php 读取超大网页内容
我有个网页,有76万字节。直接访问网页可以访问。用户的服务器正常能访问网页。可是用php读取就无法获取内容了。这是为什么?哪里限制了?
感觉有点关联的估计就是这个函数了:
fread($fp, 500000)
问题是我设置100,也能读取那个大网页。那就是这个项在我服务器是无效的?到了用户那里就变成有效的了?求解!


------解决方案--------------------
你的服务器上的可用内存太少
------解决方案--------------------
同样的代码,在一台机器上可以,在另一台机器上就不可以
显然不是代码问题,而是配置问题

你只给了少的可怜的信息,也只能这样了
Related labels:
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