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
file_exists
file_exists
Checkifthefileordire
is_readable
is_readable
Determinewhetherthef
fdatasync
fdatasync
Synchronizedata(butn
symlink
symlink
Establishsymboliccon
realpath_cache_get
realpath_cache_get
Getrealpathcacheentr
is_uploaded_file
is_uploaded_file
Determinewhetherthef
file
file
Readtheentirefileint
touch
touch
Setfileaccessandmodi
Popular Articles
How to Use the Second and Third Parameters of the touch() Function in PHP? Examples Included
How to Avoid Accidentally Creating Empty Files with the touch() Function? Practical Tips You Should Know
How to Use the touch() Function Together with chmod() to Adjust File Permissions?