2015/09/18

PHP 取得檔案修改時間 filemtime

<?php 
 echo date("Y/m/d", filemtime(FileName));
?>