We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e19610c commit 02eb289Copy full SHA for 02eb289
generated/filesystem.php
@@ -1593,7 +1593,7 @@ function tmpfile()
1593
* @param string $filename The name of the file being touched.
1594
* @param int $mtime The touch time. If mtime is NULL,
1595
* the current system time is used.
1596
- * @param int $atime If NULL, the access time of the given filename is set to
+ * @param int $atime If not NULL, the access time of the given filename is set to
1597
* the value of atime. Otherwise, it is set to
1598
* the value passed to the mtime parameter.
1599
* If both are NULL, the current system time is used.
0 commit comments