Has anyone ever used the tmpfile() function? If so what are the parameters that need to be passed to it? Supposedly it generates a unique filename for each instance that it gets called into existence, is this true?
In php.net it says that it takes the same parameters as fopen(), but fopen() requires a filename, permission and path... so I am confused and can't get it to work.
Any help would be greatly appreciated.