Documentation

ServerParams
in package

Tags
author

Bernhard Schussek bschussek@gmail.com

Table of Contents

Properties

$requestStack  : mixed

Methods

__construct()  : mixed
getContentLength()  : mixed
Returns the content length of the request.
getNormalizedIniPostMaxSize()  : string
Returns the normalized "post_max_size" ini setting.
getPostMaxSize()  : int|float|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

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|float|null
Return values
int|float|null

hasPostMaxSizeBeenExceeded()

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

public hasPostMaxSizeBeenExceeded() : bool
Return values
bool

        
On this page

Search results