PHP touch May 12, 2012 Pramod T P It sets access and modification time of file Example <?php touch(“test.txt”); ?>