EventHttpConnection::setRetries
PHP Manual
PHP Manual»EventHttpConnection»EventHttpConnection::setRetries

EventHttpConnection::setRetries

(PECL event >= 1.2.6-beta)

EventHttpConnection::setRetriesSets the retry limit for the connection

Опис

public function EventHttpConnection::setRetries( int $retries ): void

Sets the retry limit for the connection

Параметри

retries

The retry limit. -1 means infinity.

Значення, що повертаються

Не повертає значень.

To Top