divides an amount from the money.
Parameters:
float $number- a number on which the money will be divided.
Returns: Money
$money = money('1000000'); // "$ 100"
$money->divide(2); // "$ 50"📌 Back to the contents.
divides an amount from the money.
Parameters:
float $number - a number on which the money will be divided.Returns: Money
$money = money('1000000'); // "$ 100"
$money->divide(2); // "$ 50"📌 Back to the contents.