Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
touch
touch
Set file access and modification time
Name:
touch
Category:
File system
Programming Language:
php
One-line Description:
Set the file access and modification time.
Related
How to Use the touch() Function Together with chmod() to Adjust File Permissions?
10
How to Avoid Accidentally Creating Empty Files with the touch() Function? Practical Tips You Should Know
3
How to Use the Second and Third Parameters of the touch() Function in PHP? Examples Included
6
Similar Functions
diskfreespace
diskfreespace
aliasfordisk_free_sp
fgetc
fgetc
Readcharactersfromfi
file_get_contents
file_get_contents
Readtheentirefileint
disk_free_space
disk_free_space
Returnstheavailables
filemtime
filemtime
Getfilemodificationt
fdatasync
fdatasync
Synchronizedata(butn
flock
flock
Lightweightconsultat
basename
basename
Returnsthefilenamepa
Popular Articles
How to Avoid Accidentally Creating Empty Files with the touch() Function? Practical Tips You Should Know
How to Use the Second and Third Parameters of the touch() Function in PHP? Examples Included
How to Use the touch() Function Together with chmod() to Adjust File Permissions?