GC_Filesystem_SSH2::touch()

最后更新于:2021-11-27 20:57:31

GC_Filesystem_SSH2::touch( string$file, int$time, int$atime)

Sets the access and modification times of a file.

参数

$file

(string) (Required) Path to file.

$time

(int) (Optional) Modified time to set for file. Default 0.

$atime

(int) (Optional) Access time to set for file. Default 0.

源文件

文件: gc-admin/includes/class-gc-filesystem-ssh2.php

	public function touch( $file, $time = 0, $atime = 0 ) {
		// Not implemented.
	}