Result Size:
625 x 571
<
!DOCTYPE
html
>
<
html
>
<
body
>
<?php
echo
fileatime(
"webdictionary.txt"
);
echo
"<br>"
;
echo
"Last access: "
.date(
"F d Y H:i:s."
, fileatime(
"webdictionary.txt"
));
?>
<
/body
>
<
/html
>