CakeFest 2024: The Official CakePHP Conference

EventHttp::setTimeout

(PECL event >= 1.4.0-beta)

EventHttp::setTimeoutSets the timeout for an HTTP request

Beschreibung

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

Sets the timeout for an HTTP request.

Parameter-Liste

value

The timeout in seconds.

Rückgabewerte

Es wird kein Wert zurückgegeben.

add a note

User Contributed Notes

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