ServerParams
ServerParams
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 | getContentLengt
|