class ServerParams

Methods

__construct(RequestStack $requestStack = null)

No description

bool
hasPostMaxSizeBeenExceeded()

Returns true if the POST max size has been exceeded in the request.

int|null
getPostMaxSize()

Returns maximum post size in bytes.

string
getNormalizedIniPostMaxSize()

Returns the normalized "post_max_size" ini setting.

mixed
getContentLength()

Returns the content length of the request.

Details

__construct(RequestStack $requestStack = null)

Parameters

RequestStack $requestStack

bool hasPostMaxSizeBeenExceeded()

Returns true if the POST max size has been exceeded in the request.

Return Value

bool

int|null getPostMaxSize()

Returns maximum post size in bytes.

Return Value

int|null The maximum post size in bytes

string getNormalizedIniPostMaxSize()

Returns the normalized "post_max_size" ini setting.

Return Value

string

mixed getContentLength()

Returns the content length of the request.

Return Value

mixed The request content length