PeServer

LocalInvalidUploadedFile extends UploadedFile
in package

アップロードファイル。

Table of Contents

Properties

$errorCode  : int
$fileSize  : int
$key  : string
$mime  : string
$originalFileName  : string
$uploadedFilePath  : string

Methods

__construct()  : mixed
生成。
create()  : self
`$_FILE[name]` から `UploadFile` を生成。
invalid()  : self
isEnabled()  : bool
アップロードされたファイルか。
move()  : void
アップロードされたファイルを移動。

Properties

Methods

__construct()

生成。

public __construct(string $key) : mixed
Parameters
$key : string

create()

`$_FILE[name]` から `UploadFile` を生成。

public static create(array<string, string|int> $file) : self
Parameters
$file : array<string, string|int>
Return values
self

invalid()

public static invalid(string $key) : self
Parameters
$key : string
Return values
self

isEnabled()

アップロードされたファイルか。

public isEnabled() : bool

非アップロード判定にも使用可能。

Return values
bool

move()

アップロードされたファイルを移動。

public move(string $path) : void
Parameters
$path : string

        
On this page

Search results