PHP修改文件时间属性

张小编 862
<?php
//时分秒 月日年
touch("index.php",mktime(17,35,10,1,25,2015));
?>

分享