Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Stiphle
Throttle
ThrottleInterface
throttle
Stiphle\Throttle\ThrottleInterface::throttle PHP Méthode
ThrottleInterface Interface Documentation
Afficher le fichier
Open project: davedevelopment/stiphle
throttle()
public
méthode
Throttle
public
throttle
(
string
$key
,
integer
$limit
,
integer
$milliseconds
) :
void
$key
string
- A unique key for what we're throttling
$limit
integer
- How many are allowed
$milliseconds
integer
- In this many milliseconds
Résultat
void
public function throttle($key, $limit, $milliseconds);
ThrottleInterface
getEstimate
throttle