WP_Filesystem_Base::touch() publicWP 2.5.0

Sets the access and modification times of a file.

Note: Якщо $file не існує, вона буде створена.

Метод класу: WP_Filesystem_Base{}

Хуків немає.

Повертає

true|false. True on success, false on failure.

Використання

$WP_Filesystem_Base = новий  WP_Filesystem_Base ();
$WP_Filesystem_Base -> touch ( $file , $time , $atime );
$file (рядок) (обов’язковий)
Path to file.
$time (int)
Modified time to set for file.
$atime (int)
Access time to set for file.

список змін

З версії 2.5.0Введено.

Код WP_Filesystem_Base::touch() WP 6.2

public  function  touch ( $file , $time = 0 , $atime = 0 )   {
	 return  false ;
}

Залишити відповідь

Ваша e-mail адреса не оприлюднюватиметься. Обов’язкові поля позначені *