Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
demo
AccountContractInterface
PHP Interface demo\AccountContractInterface
Afficher le fichier
Open project: lisachenko/php-deal
Méthodes publiques
Méthode
Description
deposit
(
float
$amount
)
Deposits fixed amount of money to the account
getBalance
( ) :
float
Returns current balance
Method Details
deposit()
public
méthode
Deposits fixed amount of money to the account
public
deposit
(
float
$amount
)
$amount
float
getBalance()
public
méthode
Returns current balance
public
getBalance
( ) :
float
Résultat
float