Just wonder…
if I do something like that
file_put_contents($name,$data);
I would get a file named $name with content $data in DATA folder. Works like a charm.
But, is there any way to avoid that so file would be stored in ram (virtual) and gone when app is closed? I am compailing portable exe.
Best regards, Alex
1 post - 1 participant