CakeFest 2024: The Official CakePHP Conference

EventHttp::setTimeout

(PECL event >= 1.4.0-beta)

EventHttp::setTimeoutSets the timeout for an HTTP request

Descrição

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

Sets the timeout for an HTTP request.

Parâmetros

value

The timeout in seconds.

Valor Retornado

Nenhum valor é retornado.

add a note

User Contributed Notes

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