HumHub Documentation (unofficial)

Retry

Table of Contents

Properties

$retryInterval  : mixed
$retryNum  : mixed

Methods

retry()  : mixed
Configure number of retries and initial interval.

Properties

$retryInterval

protected mixed $retryInterval = 100

$retryNum

protected mixed $retryNum = 1

Methods

retry()

Configure number of retries and initial interval.

public retry(mixed $num[, int $interval = 200 ]) : mixed

Interval will be doubled on each unsuccessful execution.

Use with $I->retryXXX() methods;

Parameters
$num : mixed
$interval : int = 200

        
On this page

Search results