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
Similar Functions
fseek
fseek
Positioninginfilepoi
filesize
filesize
Getfilesize
unlink
unlink
Deletefiles
copy
copy
Copythefile
pathinfo
pathinfo
Returnsthefilepathin
filetype
filetype
Getfiletype
fileatime
fileatime
Getthelastaccesstime
fsync
fsync
Synchronizechangesto
Popular Articles
How to Combine tempnam() and unlink() to Delete Temporary Files? A Complete Tutorial