PHP
Article
PHP – Algorithm to Create a Large Dummy File in Server
To create a large dummy file on your server for testing, create a PHP file with code that uses fopen, fseek, fwrite, and fclose to generate a file of any size instantly. For exampl…