Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
demo
AccountContractInterface
PHP 인터페이스 demo\AccountContractInterface
파일 보기
프로젝트 열기: lisachenko/php-deal
공개 메소드들
메소드
설명
deposit
(
float
$amount
)
Deposits fixed amount of money to the account
getBalance
( ) :
float
Returns current balance
메소드 상세
deposit()
공개
메소드
Deposits fixed amount of money to the account
public
deposit
(
float
$amount
)
$amount
float
getBalance()
공개
메소드
Returns current balance
public
getBalance
( ) :
float
리턴
float