From 8204ac3d72525aa13152a9d3f9f7123d5cde6571 Mon Sep 17 00:00:00 2001 From: mineyang Date: Tue, 28 Feb 2017 10:03:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=B3=A8=E9=87=8A=E9=87=8C?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E5=AE=9E=E4=BE=8B=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/File.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/File.php b/library/think/File.php index ba59273f..a03e0f09 100644 --- a/library/think/File.php +++ b/library/think/File.php @@ -281,7 +281,7 @@ class File extends SplFileObject * @param string $path 保存路径 * @param string|bool $savename 保存的文件名 默认自动生成 * @param boolean $replace 同名文件是否覆盖 - * @return false|SplFileInfo false-失败 否则返回SplFileInfo实例 + * @return false|File false-失败 否则返回File实例 */ public function move($path, $savename = true, $replace = true) {