Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
bandwidthThrottle
tokenBucket
storage
SingleProcessStorage
PHP 클래스 bandwidthThrottle\tokenBucket\storage\SingleProcessStorage
This storage is in the request scope. It is not shared among processes and therefore needs no locking.
링크 보기:
Donations
저자:
Markus Malkusch (
[email protected]
)
상속:
implements
bandwidthThrottle\tokenBucket\storage\Storage
,
implements
bandwidthThrottle\tokenBucket\storage\scope\RequestScope
파일 보기
프로젝트 열기: bandwidth-throttle/token-bucket
공개 메소드들
메소드
설명
__construct
( )
Initialization.
bootstrap
(
$microtime
)
getMicrotime
( )
getMutex
( )
isBootstrapped
( )
remove
( )
setMicrotime
(
$microtime
)
메소드 상세
__construct()
공개
메소드
Initialization.
public
__construct
( )
bootstrap()
공개
메소드
public
bootstrap
(
$microtime
)
getMicrotime()
공개
메소드
public
getMicrotime
( )
getMutex()
공개
메소드
public
getMutex
( )
isBootstrapped()
공개
메소드
public
isBootstrapped
( )
remove()
공개
메소드
public
remove
( )
setMicrotime()
공개
메소드
public
setMicrotime
(
$microtime
)