mediatekformation

ServerParams
in package

Tags
author

Bernhard Schussek bschussek@gmail.com

Table of Contents

$requestStack  : mixed
__construct()  : mixed
getContentLength()  : mixed
Returns the content length of the request.
getNormalizedIniPostMaxSize()  : string
Returns the normalized "post_max_size" ini setting.
getPostMaxSize()  : int|null
Returns maximum post size in bytes.
hasPostMaxSizeBeenExceeded()  : bool
Returns true if the POST max size has been exceeded in the request.

Properties

Methods

getContentLength()

Returns the content length of the request.

public getContentLength() : mixed
Return values
mixed

The request content length

getNormalizedIniPostMaxSize()

Returns the normalized "post_max_size" ini setting.

public getNormalizedIniPostMaxSize() : string
Return values
string

getPostMaxSize()

Returns maximum post size in bytes.

public getPostMaxSize() : int|null
Return values
int|null

The maximum post size in bytes

hasPostMaxSizeBeenExceeded()

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

public hasPostMaxSizeBeenExceeded() : bool
Return values
bool

Search results