EventHttpConnection::setMaxHeadersSize
PHP Manual
PHP Manual»EventHttpConnection»EventHttpConnection::setMaxHeadersSize

EventHttpConnection::setMaxHeadersSize

(PECL event >= 1.2.6-beta)

EventHttpConnection::setMaxHeadersSizeSets maximum header size

说明

public function EventHttpConnection::setMaxHeadersSize( string $max_size ): void

Sets maximum header size for the connection.

参数

max_size

The maximum header size in bytes.

返回值

没有返回值。

参见

To Top