From 8bb46919c38967b03ea38b4b43cfb0fbd268078d Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Mon, 23 Sep 2002 15:06:48 +0000 Subject: [PATCH] Fix documentation bug. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@96601 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/touch.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/reference/filesystem/functions/touch.xml b/reference/filesystem/functions/touch.xml index 72a6d5c3e9..aa1d3877f6 100644 --- a/reference/filesystem/functions/touch.xml +++ b/reference/filesystem/functions/touch.xml @@ -1,5 +1,5 @@ - + @@ -20,7 +20,9 @@ given, uses the present time. This is equivalent to what utime (sometimes referred to as utimes) does. If the third option atime is present, the access time of the given - filename is also modified. + filename is set to the value of atime. + Note that the access time is always modified, regardless of the number + of parameters. If the file does not exist, it is created.