From 0faed4a2db8dc38701491069358d1cdbd7f19e1a Mon Sep 17 00:00:00 2001 From: Alexander Voytsekhovskyy Date: Tue, 9 Nov 2004 07:59:34 +0000 Subject: [PATCH] description and example are rewritten a bit by George Miroshnikov git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172325 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/touch.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/reference/filesystem/functions/touch.xml b/reference/filesystem/functions/touch.xml index ad8b9fd04d..f07a4e3a85 100644 --- a/reference/filesystem/functions/touch.xml +++ b/reference/filesystem/functions/touch.xml @@ -1,5 +1,5 @@ - + @@ -16,9 +16,10 @@ 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 third option + filename to the value given by + time. If the parameter time + is not given, uses the present time. This is equivalent to what utime + (sometimes referred to as utimes) does. If the third parameter atime is present, the access time of the given filename is set to the value of atime. Note that the access time is always modified, regardless of the number @@ -34,10 +35,9 @@ ]]>