NumberFormatter
  • References/PHP/Symfony/Component/Intl/NumberFormatter

class NumberFormatter Replacement for PHP's native {@link \NumberFormatter} class. The only

2025-01-10 15:47:30
NumberFormatter::setSymbol()
  • References/PHP/Symfony/Component/Intl/NumberFormatter

bool setSymbol(int $attr, string $value) Not supported. Set the formatter's symbol.

2025-01-10 15:47:30
NumberFormatter::getErrorMessage()
  • References/PHP/Symfony/Component/Intl/NumberFormatter

string getErrorMessage() Returns formatter's last error message. Always returns the UZEROERROR_MESSAGE

2025-01-10 15:47:30
NumberFormatter::formatCurrency()
  • References/PHP/Symfony/Component/Intl/NumberFormatter

string formatCurrency(float $value, string $currency) Format a currency value.

2025-01-10 15:47:30
NumberFormatter::parseCurrency()
  • References/PHP/Symfony/Component/Intl/NumberFormatter

bool|string parseCurrency(string $value, string $currency, int $position = null) Not supported

2025-01-10 15:47:30
NumberFormatter::create()
  • References/PHP/Symfony/Component/Intl/NumberFormatter

static NumberFormatter

2025-01-10 15:47:30
NumberFormatter::setTextAttribute()
  • References/PHP/Symfony/Component/Intl/NumberFormatter

bool setTextAttribute(int $attr, int $value) Not supported. Set a text attribute.

2025-01-10 15:47:30
NumberFormatter::getPattern()
  • References/PHP/Symfony/Component/Intl/NumberFormatter

bool|string getPattern() Not supported. Returns the formatter's pattern.

2025-01-10 15:47:30
NumberFormatter::setPattern()
  • References/PHP/Symfony/Component/Intl/NumberFormatter

bool setPattern(string $pattern) Not supported. Set the formatter's pattern.

2025-01-10 15:47:30
NumberFormatter::parse()
  • References/PHP/Symfony/Component/Intl/NumberFormatter

int|float|false parse(string $value, int $type = self::TYPE_DOUBLE, int $position) Parse a number

2025-01-10 15:47:30