EventHttpRequest::clearHeaders
PHP Manual
PHP Manual»EventHttpRequest»EventHttpRequest::clearHeaders

EventHttpRequest::clearHeaders

(PECL event >= 1.4.0-beta)

EventHttpRequest::clearHeadersRemoves all output headers from the header list of the request

Опис

public function EventHttpRequest::clearHeaders(): void

Removes all output headers from the header list of the request.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Не повертає значень.

Прогляньте також

To Top