After I do:
$temp = tmpfile();
fwrite($temp, "writing to tempfile");
I'd like to get a full path to the $temp
file that tmpfile
has created.
What do I need to do to get that information?
question from:https://stackoverflow.com/questions/16487099/php-create-random-tmp-file-and-get-its-full-path