jwplatform-php
jwplatform-php copied to clipboard
Creating temp copy using fread() + fwrite() to avoid memory exhaust
file_get_contents() uses a lot of memory on large files, using fread() and fwrite() as chunks for temp file creation to avoid memory exhaustion.