PHP create random tmp file and get its full path

前端 未结 2 627
难免孤独
难免孤独 2021-01-01 08:41

After I do:

$temp = tmpfile();
fwrite($temp, \"writing to tempfile\");

I\'d like to get a full path to the $temp file that

2条回答
提交回复
热议问题