|
fileatime
Gets last access time of file
(PHP 4, PHP 5)
Example 631. fileatime() example<?php Related Examples ( Source code ) » fileatime Examples ( Source code ) » File accessed time Examples ( Source code ) » File last changed time Examples ( Source code ) » File last accessed time Code Examples / Notes » fileatimemaulwurf
Using this function on Win98 made me grow grey hair. Win 98 doesn't save the time for the last access. It only saves the date. This way, the returned timestamp from fileatime(file) is always much too small. this command will always return false: if($now - $last_access >1800) { do something } using filemtime() instead did the thing. |
Change Languagebasename chgrp chmod chown clearstatcache copy delete dirname disk_free_space disk_total_space diskfreespace fclose feof fflush fgetc fgetcsv fgets fgetss file_exists file_get_contents file_put_contents file fileatime filectime filegroup fileinode filemtime fileowner fileperms filesize filetype flock fnmatch fopen fpassthru fputcsv fputs fread fscanf fseek fstat ftell ftruncate fwrite glob is_dir is_executable is_file is_link is_readable is_uploaded_file is_writable is_writeable lchgrp lchown link linkinfo lstat mkdir move_uploaded_file parse_ini_file pathinfo pclose popen readfile readlink realpath rename rewind rmdir set_file_buffer stat symlink tempnam tmpfile touch umask unlink |