EventHttpConnection::setRetries

(PECL event >= 1.2.6-beta)

EventHttpConnection::setRetriesSets the retry limit for the connection

Açıklama

publicEventHttpConnection::setRetries(int$retries): void

Sets the retry limit for the connection

Bağımsız Değişkenler

retries

The retry limit. -1 means infinity.

Dönen Değerler

Hiçbir değer dönmez.

To Top