Mega Code Archive

 
Categories / Php / File Directory
 

Changing file modification times

<?php touch('shemp.php');          // set modification time to now touch('joe.php',$timestamp); // set modification time to $timestamp ?>