ServerParams
class ServerParams extends ServerParams
Methods
string
getNormalizedIniPostMaxSize()
Returns the normalized "postmaxsize" ini setting.
from ServerParams
Details
in ServerParams at line line 23
__construct(RequestStack $requestStack = null)
in ServerParams at line line 33
null|int
getPostMaxSize()
Returns maximum post size in bytes.
in ServerParams at line line 65
string
getNormalizedIniPostMaxSize()
Returns the normalized "postmaxsize" ini setting.
in ServerParams at line line 75
mixed
getContentLength()
Returns the content length of the request.