CakeFest 2024: The Official CakePHP Conference

EventHttp::setMaxBodySize

(PECL event >= 1.4.0-beta)

EventHttp::setMaxBodySizeSets maximum request body size

Beschreibung

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

Sets maximum request body size.

Parameter-Liste

value

The body size in bytes.

Rückgabewerte

Es wird kein Wert zurückgegeben.

Siehe auch

add a note

User Contributed Notes

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