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
realpath_cache_size
realpath_cache_size
Getthesizeoftherealp
fileperms
fileperms
Obtainfilepermission
symlink
symlink
Establishsymboliccon
fileowner
fileowner
Getthefileowner
filegroup
filegroup
Groupoffilesobtained
set_file_buffer
set_file_buffer
aliasforstream_set_w
umask
umask
Changethecurrentumas
filemtime
filemtime
Getfilemodificationt
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