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 5825320 commit ce072c2Copy full SHA for ce072c2
framework/log/FileTarget.php
@@ -64,7 +64,8 @@ class FileTarget extends Target
64
* 并且在 Windows 系统中不能很好地重命名已打开的文件。
65
* 但是,通过重命名进行轮换要快一点。
66
*
67
- * 在PHP文档中 [comment by Martin Pelletier](http://www.php.net/manual/en/function.rename.php#102274) 中描述了 Windows
+ * 在PHP文档中 [comment by Martin Pelletier](http://www.php.net/manual/en/function.rename.php#102274)
68
+ * 中描述了 Windows
69
* 系统中 [rename()](http://www.php.net/manual/en/function.rename.php) 函数不能与某些进程打开的文件一起使用的问题。
70
* 您可以通过将 rotateByCopy
71
* 设置为 `true` 解决此问题。
0 commit comments