I’m trying to create a dummy file generator in PHP, but with no luck. I need the generated files to have some kind of scrambled content, and I need to be able to set the size of the generated file, and the extension. I think it has something to do with the fwrite(), but I’m a PHP noob.
I would really appreciate some help on this