function Global / retry
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

retry

retry ( ) : mixed

Retry an operation a given number of times.

Parameters

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