示例#1
0
 public static function touch($path, $time = null, $atime = null)
 {
     touch($path, $time, $atime);
     sgCLI::printAction('+file', $path);
 }