clarify default value for atime parameter for touch() (doc #54747)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311148 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Peter Cowburn 2011-05-17 20:52:27 +00:00
parent 42446d1bac
commit 1a34931477

View file

@ -53,7 +53,8 @@
<para>
If present, the access time of the given filename is set to
the value of <parameter>atime</parameter>. Otherwise, it is set to
<parameter>time</parameter>.
the value passed to the <parameter>time</parameter> parameter.
If neither are present, the current system time is used.
</para>
</listitem>
</varlistentry>