Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://old.master.cmc.msu.ru/php/function.touch.html
Дата изменения: Sun Feb 3 22:39:16 2002 Дата индексирования: Mon Oct 1 23:48:03 2012 Кодировка: |
Attempts to set the access and modification time of the file named by filename to the value given by time. If the option time is not given, uses the present time. This is equivalent to what utime (sometimes referred to as utimes) does.
If the file does not exist, it is created.
Returns TRUE on success and FALSE otherwise.