function Global / retry
You are viewing an older version of the documentation. For the latest, please visit master documentation.

retry

retry ( ) : mixed

Retry an operation a given number of times.

Parameters

  • $times int
  • $callback callable
  • $sleepMilliseconds int|Closure
  • $when callable|null