parent root
PHP: EventHttp::setMaxBodySize - Manual

EventHttp::setMaxBodySize

(PECL event >= 1.4.0-beta)

EventHttp::setMaxBodySizeSets maximum request body size

Description

public EventHttp::setMaxBodySize ( int $value ) : void

Sets maximum request body size.

Parameters

value

The body size in bytes.

Return Values

No value is returned.

See Also

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root