PHP filectime May 11, 2012 Pramod T P It returns inode change time of file Example <?php echo date(“D m Y h i s”,filectime(“test.txt”)); ?> Output Fri 05 2007 03 15 53