PHP 8.5.0 Alpha 2 available for testing

EventHttpConnection::setMaxBodySize

(PECL event >= 1.2.6-beta)

EventHttpConnection::setMaxBodySizeDefine el tamaño máximo del cuerpo para la conexión

Descripción

public EventHttpConnection::setMaxBodySize( string $max_size ): void

Define el tamaño máximo del cuerpo para la conexión.

Parámetros

max_size

El tamaño máximo del cuerpo, en bytes.

Valores devueltos

No se retorna ningún valor.

Ver también

add a note

User Contributed Notes

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