Backend
Less than 1 minute
Backend
interface BackendMethods
check
Retrieves the rate limit information for the specified identifier and adds the current timestamp to the log.
public check(string $identifier): arrayReturns: array
Parameters
| Parameter | Type | Description |
|---|---|---|
$identifier | string |
get
Retrieves the rate limit information for the specified identifier without adding the current timestamp to the log.
public get(string $identifier): arrayReturns: array
Parameters
| Parameter | Type | Description |
|---|---|---|
$identifier | string |
remove
Removes the rate limit information for the specified identifier.
public remove(string $identifier): voidReturns: void
Parameters
| Parameter | Type | Description |
|---|---|---|
$identifier | string |
shutdown
Shutdown the rate limiter backend a commit any changes.
public shutdown(): voidReturns: void
Generated by Hazaar API Doc Generator on Fri, 04 Sep 2026 23:32:17 +0000