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
fgetc
fgetc
Readcharactersfromfi
fclose
fclose
Closeanopenfilepoint
disk_total_space
disk_total_space
Returnsthetotalsizeo
fgets
fgets
Readalinefromafilepo
filesize
filesize
Getfilesize
lchgrp
lchgrp
Modifyallgroupsofsym
filegroup
filegroup
Groupoffilesobtained
fileperms
fileperms
Obtainfilepermission
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?