改名
This commit is contained in:
@@ -13,10 +13,10 @@ class File
|
|||||||
{
|
{
|
||||||
|
|
||||||
public string $name = '';
|
public string $name = '';
|
||||||
public string $tmp_name = '';
|
public mixed $tmp_name = '';
|
||||||
public string $error = '';
|
public mixed $error = '';
|
||||||
public string $type = '';
|
public mixed $type = '';
|
||||||
public string $size = '';
|
public mixed $size = '';
|
||||||
|
|
||||||
private string $newName = '';
|
private string $newName = '';
|
||||||
private array $errorInfo = [
|
private array $errorInfo = [
|
||||||
|
|||||||
Reference in New Issue
Block a user