$ mkdir dir
$ touch dir/file
$ php -r 'echo filemtime("dir").PHP_EOL;'
1427934928
$ echo aaa > dir/file
$ php -r 'echo filemtime("dir").PHP_EOL;'
1427934928
Last active
August 29, 2015 14:18
-
-
Save kenjis/502292dbbabe9c9c993c to your computer and use it in GitHub Desktop.
test of filemtime()
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
.. but same !