Under what circumstances does fgetcsv return false?

纵饮孤独 提交于 2020-06-25 21:49:43

问题


The documentation says

fgetcsv() returns NULL if an invalid handle is supplied or FALSE on other errors, including end of file.

What are "other errors," aside from end of file?

来源:https://stackoverflow.com/questions/46820722/under-what-circumstances-does-fgetcsv-return-false

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!