HTML

【PHP】ファイルの更新時間を取得する

'21.03.15
filemtime(ファイル名)

<?php echo filemtime(sample.txt);?>

結果
//1582757000

 

(View1129)