"; //echo "文件大小:".round(filesize("$file")/1024,2)."kb
"; echo "文件大小:".round($fstat["size"]/1024,2)."kb
"; //echo "最后访问时间:".date("Y-m-d h:i:s",fileatime($file))."
"; echo "最后访问时间:".date("Y-m-d h:i:s",$fstat["atime"])."
"; //echo "最后修改时间:".date("Y-m-d h:i:s",filemtime($file))."
"; echo "最后修改时间:".date("Y-m-d h:i:s",$fstat["mtime"]); ?> //该片段来自于http://yuncode.net