Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
ManaPHP
Counter
AdapterInterface
PHP 인터페이스 ManaPHP\Counter\AdapterInterface
파일 보기
프로젝트 열기: manaphp/manaphp
0 사용 예제들
공개 메소드들
메소드
설명
delete
(
string
$type
,
string
$id
) :
void
get
(
string
$type
,
string
$id
) :
integer
increment
(
string
$type
,
string
$id
,
integer
$step
= 1 ) :
integer
메소드 상세
delete()
공개
메소드
public
delete
(
string
$type
,
string
$id
) :
void
$type
string
$id
string
리턴
void
get()
공개
메소드
public
get
(
string
$type
,
string
$id
) :
integer
$type
string
$id
string
리턴
integer
increment()
공개
메소드
public
increment
(
string
$type
,
string
$id
,
integer
$step
= 1 ) :
integer
$type
string
$id
string
$step
integer
리턴
integer