multiplies an amount from the money.
Parameters:
float $number
- a number on which the money will be multiplied.
Returns: Money
$money = money('1000000'); // "$ 100"
$money->multiply(1.5); // "$ 150"
📌 Back to the contents.
multiplies an amount from the money.
Parameters:
float $number
- a number on which the money will be multiplied.Returns: Money
$money = money('1000000'); // "$ 100"
$money->multiply(1.5); // "$ 150"
📌 Back to the contents.