Voting

: zero plus one?
(Example: nine)

The Note You're Voting On

divinity76+yaoiporn at gmail dot com
11 years ago
if you don't want to take care of deleting the file yourself, and you don't need a custom prefix, you can use
$file_location=stream_get_meta_data(tmpfile())['uri'];
file will be created automatically, and deleted automatically on script close (thanks to tmpfile()) i found this useful for CURLOPT_COOKIEFILE (which wants a file location, not a handle)

<< Back to user notes page

To Top