Method | Description | |
---|---|---|
getEstimate ( string $key, integer $limit, integer $milliseconds ) : integer | Get Estimate | |
throttle ( string $key, integer $limit, integer $milliseconds ) : void | Throttle |
public getEstimate ( string $key, integer $limit, integer $milliseconds ) : integer | ||
$key | string | - A unique key for what we're throttling |
$limit | integer | - How many are allowed |
$milliseconds | integer | - In this many milliseconds |
return | integer | - the number of milliseconds before this request should be allowed |