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
fnmatch
fnmatch
Matchfilenameswithpa
copy
copy
Copythefile
file_exists
file_exists
Checkifthefileordire
clearstatcache
clearstatcache
Clearfilestatuscache
chown
chown
Changefileowner
chmod
chmod
Changefilemode
fileatime
fileatime
Getthelastaccesstime
chgrp
chgrp
Changethegrouptowhic
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