Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
filectime
filectime
Get the inode modification time of the file
Name:
filectime
Category:
File system
Programming Language:
php
One-line Description:
Returns the last time the file changed.
Related
Essential Techniques and Best Practices for PHP File Inclusion
4
How to use parse_url to get the hostname of the URL
3
The combination of PHP abs() function and encryption algorithm
7
How to handle symlinks in PHP realpath?
9
Similar Functions
feof
feof
Testwhetherthefilepo
fputs
fputs
aliasforfwrite
stat
stat
Provideinformationab
unlink
unlink
Deletefiles
file_put_contents
file_put_contents
Writedatatoafile
readfile
readfile
Outputfile
fclose
fclose
Closeanopenfilepoint
is_link
is_link
Determinewhethertheg
Popular Articles