|
Posted by Jon Ribbens on 05/22/06 15:03
In article <446f3995@212.67.96.135>, Dave (from the UK) wrote:
> Can a create a unique temp file, then remove it when finished with it?
You want the 'tmpfile' PHP function. It will create a temporary file,
give you the handle, and the file will automatically be removed when
your script finishes (or when you close the file, whichever happens
first).
http://uk.php.net/tmpfile
Navigation:
[Reply to this message]
|