class ServerParams
Methods
__construct(RequestStack $requestStack = null) | ||
bool | hasPostMaxSizeBeenExceeded() Returns true if the POST max size has been exceeded in the request. | |
null|int | getPostMaxSize() Returns maximum post size in bytes. | |
string | getNormalizedIniPostMaxSize() Returns the normalized "postmaxsize" ini setting. | |
mixed | getContentLength() Returns the content length of the request. |
Details
__construct(RequestStack $requestStack = null)
bool hasPostMaxSizeBeenExceeded()
Returns true if the POST max size has been exceeded in the request.
null|int getPostMaxSize()
Returns maximum post size in bytes.
string getNormalizedIniPostMaxSize()
Returns the normalized "postmaxsize" ini setting.
mixed getContentLength()
Returns the content length of the request.
Please login to continue.