Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Stiphle
Throttle
ThrottleInterface
throttle
Stiphle\Throttle\ThrottleInterface::throttle PHP 메소드
ThrottleInterface 0 문서
파일 보기
프로젝트 열기: davedevelopment/stiphle
throttle()
공개
메소드
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
리턴
void
public function throttle($key, $limit, $milliseconds);
ThrottleInterface
getEstimate
throttle