mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
42446d1bac
commit
1a34931477
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue