Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
tempnam
tempnam
Create a file with a unique file name
Name:
tempnam
Category:
File system
Programming Language:
php
One-line Description:
Create a unique temporary file.
Related
How to Combine tempnam() and unlink() to Delete Temporary Files? A Complete Tutorial
10
How to Combine tempnam() and file_put_contents()? A Practical Case Study
9
Similar Functions
delete
delete
Seeunlink()orunset()
is_readable
is_readable
Determinewhetherthef
filesize
filesize
Getfilesize
umask
umask
Changethecurrentumas
fpassthru
fpassthru
Outputsallremainingd
fread
fread
Readfiles(safelyused
readlink
readlink
Returnthetargetofthe
fgetcsv
fgetcsv
Readalinefromthefile
Popular Articles
How to Combine tempnam() and file_put_contents()? A Practical Case Study
How to Combine tempnam() and unlink() to Delete Temporary Files? A Complete Tutorial