February 2013
Intermediate to advanced
538 pages
20h 55m
English
tmpfile
int tmpfile()
Creates a temporary file with a unique name, opens it with
read-write privileges, and returns a resource to the file, or false if an error occurred. The file is
automatically deleted when closed with fclose() or at the end of the current
script.
Read now
Unlock full access