Please answer this simple SPAM challenge: eight minus two? (Example: nine)
To get the underlying file path of a tmpfile file pointer:<?php$file = tmpfile();$path = stream_get_meta_data($file)['uri']; // eg: /tmp/phpFx0513a
<< Back to user notes page