Online Documentation Server
 ПОИСК
ods.com.ua Web
 КАТЕГОРИИ
Home
Programming
Net technology
Unixes
Security
RFC, HOWTO
Web technology
Data bases
Other docs

 


 ПОДПИСКА

 О КОПИРАЙТАХ
Вся предоставленная на этом сервере информация собрана нами из разных источников. Если Вам кажется, что публикация каких-то документов нарушает чьи-либо авторские права, сообщите нам об этом.




tmpfile

tmpfile

(PHP3 >= 3.0.13, PHP4 >= 4.0b4)

tmpfile -- Creates a temporary file

Description

int tmpfile (void)

Creates a temporary file with an unique name in write mode, returning a file handle similar to the one returned by fopen() The file is automatically removed when closed (using fclose()), or when the script ends.

For details, consult your system documentation on the tmpfile(3) function, as well as the stdio.h header file.

See also tempnam().



With any suggestions or questions please feel free to contact us