cksraj Posted September 21, 2009 Share Posted September 21, 2009 Hi Team I am trying to read a file contents (CSV file) size of 78MB using PHP. But my code is not working. It is breaking in the below line; $fcontents = file($import->getCSVName()); But if I read other files which is of size 32MB then it is working fine. How can I come out of this problem? Is there any limit for file size to read? If so what is the maximum size? Please advice. Thanks, Crew Kasy Raj Link to comment https://forums.phpfreaks.com/topic/174978-php-read-file-contents-maximum-file-size/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.