Method | Description | |
---|---|---|
now ( ) | Returns milliseconds since the start of the epoch. | |
schedule ( callable $action, $delay ) | ||
schedulePeriodic ( callable $action, $delay, $period ) | ||
scheduleRecursive ( callable $action ) |
public schedulePeriodic ( callable $action, $delay, $period ) | ||
$action | callable |