NFormat
class NFormat extends NumberFormatter (View source)
Number formatter for not following rules like Korean and Japanese.
Constants
private ORDINAL_DRIVER_PATH |
Drivers path for the ordinals. |
private CURRENCY_DRIVER_PATH |
|
Properties
static | $locale | Default locale name. |
|
static | $currency | Default ISO 4217 code aka currency code. |
Methods
Wrapper for NumberFormatter::format($locale, NumberFormatter::SPELLOUT).
Spell out ordinals for specific regions.
Wrapper for NumberFormatter::format($locale, NumberFormatter::CURRENCY).
Spell out currency ordinals for specific regions.
Wrapper for NumberFormatter::format($locale, NumberFormatter::PERCENT_SYMBOL).
Wrapper for NumberFormatter::format($locale, NumberFormatter::PERCENT_SYMBOL).
Wrapper for NumberFormatter::format($locale, NumberFormatter::DECIMAL).
Get the rounded price of a number
Get the smart price of a number for shopping cart
Details
static string
spellOut(int $number)
Wrapper for NumberFormatter::format($locale, NumberFormatter::SPELLOUT).
static string
ordinalSpellOut(int $number)
Spell out ordinals for specific regions.
static string
currency(int|float|null $number, string $zero = '0')
Wrapper for NumberFormatter::format($locale, NumberFormatter::CURRENCY).
static string
currencySpellOut(int $number)
Spell out currency ordinals for specific regions.
static string
percent(int $number)
Wrapper for NumberFormatter::format($locale, NumberFormatter::PERCENT_SYMBOL).
static string
rawPercent(int $number)
Wrapper for NumberFormatter::format($locale, NumberFormatter::PERCENT_SYMBOL).
static string
decimal(int|float|null $number, string $zero = '0')
Wrapper for NumberFormatter::format($locale, NumberFormatter::DECIMAL).
static string|false
price(int|float $number, int|null $roundDigits = null)
Get the rounded price of a number
static string|false
smartPrice(int|float $number)
Get the smart price of a number for shopping cart