Mega Code Archive
Get file name, size, last access time and modified time
";
echo "Filesize: ".round(($fileinfo["size"]/1024), 2)." kb
";
echo "Last accessed: ".tstamp_to_date($fileinfo["atime"])."
";
echo "Last modified: ".tstamp_to_date($fileinfo["mtime"])."
";
?>