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
file
Readtheentirefileint
is_uploaded_file
is_uploaded_file
Determinewhetherthef
diskfreespace
diskfreespace
aliasfordisk_free_sp
fseek
fseek
Positioninginfilepoi
is_writable
is_writable
Determinewhethertheg
pclose
pclose
Closeprocessfilepoin
symlink
symlink
Establishsymboliccon
fgetc
fgetc
Readcharactersfromfi
Popular Articles
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?
How to Avoid Accidentally Creating Empty Files with the touch() Function? Practical Tips You Should Know