
NumberFormatter::getTextAttribute 메소드의 파라미터 중 'attribute'를 설정할 때, 가능한 모든 값을 다음과 같이 나열할 수 있습니다.
- NumberFormatter::TEXT_ALL_DIGITS
- NumberFormatter::TEXT_CURRENCY_SYMBOL
- NumberFormatter::TEXT_DECIMAL_SEPARATOR
- NumberFormatter::TEXT_EXCLAMATION_MARK
- NumberFormatter::TEXT_GROUPING_SEPARATOR
- NumberFormatter::TEXT_INTERNATIONAL_CURRENCY_SYMBOL
- NumberFormatter::TEXT_MONETARY_GROUPING_SEPARATOR
- NumberFormatter::TEXT_NONE
- NumberFormatter::TEXT_PERCENT
- NumberFormatter::TEXT_PERCENT_SIGN
- NumberFormatter::TEXT_PER_MILLE
- NumberFormatter::TEXT_SIGN
- NumberFormatter::TEXT_SPACING
- NumberFormatter::TEXT_ZERO_DIGIT
2025-08-02 02:55