bool tooManyAttempts(string $key, int $maxAttempts, float|int $decayMinutes = 1)
Determine if the given key has been "accessed" too many times.
bool tooManyAttempts(string $key, int $maxAttempts, float|int $decayMinutes = 1)
Determine if the given key has been "accessed" too many times.
string | $key | |
int | $maxAttempts | |
float|int | $decayMinutes |
bool |
Designed by : w10schools
service@w10schools.com
Please login to continue.