Documentation

UploadedFile extends File
in package

Tags
author

Ramone Burrell ramone@ramoneburrell.com

Table of Contents

Constants

UPLOAD_ERR_CANT_WRITE  = 7
UPLOAD_ERR_EXTENSION  = 8
UPLOAD_ERR_FORM_SIZE  = 2
UPLOAD_ERR_INI_SIZE  = 1
UPLOAD_ERR_NO_FILE  = 4
UPLOAD_ERR_NO_TMP_DIR  = 6
UPLOAD_ERR_OK  = 0
UPLOAD_ERR_PARTIAL  = 3

Properties

$error  : int
$extension  : string
$height  : int
$name  : string
$path  : string
$size  : int
$tmp_name  : string
$type  : string
$width  : int
$files  : mixed
$hashCode  : int
$hashCounter  : int

Methods

__call()  : mixed
__callStatic()  : mixed
__destruct()  : mixed
__get()  : mixed
extends()  : bool
get()  : UploadedFile|array<string|int, mixed>|null
getError()  : int
getErrorMessage()  : string
getErrorMessageFromCode()  : mixed
getExtension()  : string
getHeight()  : int
getName()  : string
getPath()  : string
getReflection()  : ReflectionClass
getSize()  : int
getTmpName()  : string
getType()  : string
getWidth()  : int
__construct()  : mixed
init()  : mixed
toUploadedFile()  : mixed

Constants

Properties

Methods

__callStatic()

public static __callStatic(mixed $method, array<string|int, mixed> $arguments) : mixed
Parameters
$method : mixed
$arguments : array<string|int, mixed>

__get()

public __get(string $property) : mixed
Parameters
$property : string

extends()

public extends(ReflectionClass $reflector) : bool
Parameters
$reflector : ReflectionClass
Return values
bool

getErrorMessageFromCode()

public static getErrorMessageFromCode(int $code) : mixed
Parameters
$code : int

getReflection()

public getReflection() : ReflectionClass
Return values
ReflectionClass

__construct()

protected __construct(string $name, string $type, string $extension, string $tmp_name, string $error, string $size) : mixed
Parameters
$name : string
$type : string
$extension : string
$tmp_name : string
$error : string
$size : string

toUploadedFile()

private static toUploadedFile(array<string|int, mixed> &$array) : mixed
Parameters
$array : array<string|int, mixed>

        
On this page

Search results