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
fstat
fstat
Getfileinformationth
fread
fread
Readfiles(safelyused
stat
stat
Provideinformationab
diskfreespace
diskfreespace
aliasfordisk_free_sp
readlink
readlink
Returnthetargetofthe
fputcsv
fputcsv
FormatthelinetoCSVan
fflush
fflush
Exportbufferedconten
lchown
lchown
Modifytheownerofthes
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