parent root
PHP: EventHttpConnection::setRetries - Manual

EventHttpConnection::setRetries

(PECL event >= 1.2.6-beta)

EventHttpConnection::setRetriesSets the retry limit for the connection

Description

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

Sets the retry limit for the connection

Parameters

retries

The retry limit. -1 means infinity.

Return Values

No value is returned.

add a noteadd a note

User Contributed Notes

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