Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
demo
AccountContractInterface
PHP Interface demo\AccountContractInterface
显示文件
Open project: lisachenko/php-deal
Public Methods
Method
Description
deposit
(
float
$amount
)
Deposits fixed amount of money to the account
getBalance
( ) :
float
Returns current balance
Method Details
deposit()
public
method
Deposits fixed amount of money to the account
public
deposit
(
float
$amount
)
$amount
float
getBalance()
public
method
Returns current balance
public
getBalance
( ) :
float
return
float