class ServerParams extends ServerParams
Methods
__construct(RequestStack $requestStack = null) | from ServerParams | |
null|int | getPostMaxSize() Returns maximum post size in bytes. | from ServerParams |
string | getNormalizedIniPostMaxSize() Returns the normalized "postmaxsize" ini setting. | from ServerParams |
mixed | getContentLength() Returns the content length of the request. | from ServerParams |
Details
__construct(RequestStack $requestStack = null)
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.