Home >> PHP >> filemtime() function in PHP

filemtime() function in PHP

The filemtime() function returns the last time of content modified file.

Syntax

filemtime(filename)

Example

echo filemtime("content.txt");

Post Your Comment

Next Questions
fileowner() function
fileperms() function
filesize() function
filetype() function
flock() function
fputs() function
fscanf() function
fstat() function
ftell() function
ftruncate() function
is_executable() function
is_file() function
is_link() function
is_readable() function
is_writable() function
link() function
linkinfo() function
pathinfo() function
readfile() function
readlink() function
realpath() function
rename() function
tmpfile() function
umask() function
How to swap two numbers without using a temprory variable

Copyright ©2022 coderraj.com. All Rights Reserved.