class UploadSession implements UploadInterface (View source)

Implementation for session

Methods

static string
getIdKey()

Gets the specific upload ID Key

static array|null
getUploadStatus(string $id)

Returns upload status.

Details

static string getIdKey()

Gets the specific upload ID Key

Return Value

string

ID Key

static array|null getUploadStatus(string $id)

Returns upload status.

This is implementation for session.upload_progress in PHP 5.4+.

Parameters

string $id

upload id

Return Value

array|null