Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 285 Bytes

getAmount.md

File metadata and controls

19 lines (12 loc) · 285 Bytes

getAmount()

gives you the amount that is stored within the monetary object.

Methods

getAmount()

Returns: string

Usage

$money = money_parse('1 234.5');
$money->getAmount(); // "12345000"

📌 Back to the contents.