mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-08 15:42:48 +08:00
修正注释里返回实例名称
This commit is contained in:
@@ -281,7 +281,7 @@ class File extends SplFileObject
|
|||||||
* @param string $path 保存路径
|
* @param string $path 保存路径
|
||||||
* @param string|bool $savename 保存的文件名 默认自动生成
|
* @param string|bool $savename 保存的文件名 默认自动生成
|
||||||
* @param boolean $replace 同名文件是否覆盖
|
* @param boolean $replace 同名文件是否覆盖
|
||||||
* @return false|SplFileInfo false-失败 否则返回SplFileInfo实例
|
* @return false|File false-失败 否则返回File实例
|
||||||
*/
|
*/
|
||||||
public function move($path, $savename = true, $replace = true)
|
public function move($path, $savename = true, $replace = true)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user