Example #1
0
 /**
  * Return the time at which the file or directory denoted by the given
  * pathname was last modified, or zero if it does not exist or
  * some other I/O error occurs.
  * @param File $f
  * @return int
  */
 public function getLastModifiedTime(File $f)
 {
     return $f->getMTime();
 }