Jump to content

memory size exceeded


TheSky

Recommended Posts

is there some way to write file if there is 3mb in buffer ?

im using curl but i want download with that over 30mb file, memory limit is like 10mb

atm im using this code

 

// Append a new person to the file
$current .= "$buffer \w";
// Write the contents back to the file
//$file
file_put_contents($filename,$buffer);

 

Link to comment
https://forums.phpfreaks.com/topic/242208-memory-size-exceeded/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.