EventHttpConnection::setTimeout

(PECL event >= 1.2.6-beta)

EventHttpConnection::setTimeoutSets the timeout for the connection

Açıklama

publicEventHttpConnection::setTimeout(int$timeout): void

Sets the timeout for the connection

Bağımsız Değişkenler

timeout

Timeout in seconds.

Dönen Değerler

Hiçbir değer dönmez.

To Top