mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 20:52:48 +08:00
修正Merge类 改进File类
This commit is contained in:
@@ -106,6 +106,7 @@ class File extends SplFileObject
|
||||
return false;
|
||||
}
|
||||
|
||||
$path = rtrim($path, DS) . DS;
|
||||
// 文件保存命名规则
|
||||
$savename = $this->getSaveName($savename);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user