tmpfile()
tmpfile - Creates a temporary file
Syntax
resource tmpfile ()
Arguments
-
Description
Creates a temporary file with a unique name in read-write (w+) mode and returns a file handle.
Version
PHP 4, 5
Return value
Returns a file handle, similar to the one returned by fopen(), for the new file or FALSE on failure.