메소드 | 설명 | |
---|---|---|
getExtension ( ) : string | Returns the file extension | |
getKey ( ) : string | Returns the file key | |
getName ( ) : string | Returns the real name of the uploaded file | |
getSize ( ) : integer | Returns the file size of the uploaded file | |
getTempName ( ) : string | Returns the temporal name of the uploaded file | |
getType ( ) : string | Returns the mime type reported by the browser This mime type is not completely secure, use getRealType() instead | |
moveTo ( string $dst, string | false $allowedExtensions = 'jpg,jpeg,png,gif,doc,xls,pdf,zip' ) | Move the temporary file to a destination |
public getTempName ( ) : string | ||
리턴 | string |