Home >Backend Development >PHP Tutorial >php导出csv文件大小怎么去除限制?

php导出csv文件大小怎么去除限制?

WBOY
WBOYOriginal
2016-06-23 14:22:411097browse

我在本地使用php导出某个数据库表的数据成csv文件,能完整导出,大小能去到800多k
而我在网站上的用相同的php程序导出数据相同的数据表,只能导出8k多数据。
尝试使用使用ini_set ('memory_limit', '32M');不起作用,还是只能导出8k多,换一个数据表导出也是只能导出8k多。
请问到底要改哪里?


回复讨论(解决方案)

你就得是内存不足吗?不一定吧?
如果内存不足是会报错的

可能是你只有那么多数据吧

谢谢,找到原因了,是因为我的代码iconv转码出问题了

Statement:
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