EventHttp::setTimeout

(PECL event >= 1.4.0-beta)

EventHttp::setTimeoutSets the timeout for an HTTP request

Açıklama

publicEventHttp::setTimeout(int$value): void

Sets the timeout for an HTTP request.

Bağımsız Değişkenler

value

The timeout in seconds.

Dönen Değerler

Hiçbir değer dönmez.

To Top