update : 2015.11.03
php.shukuma.com검색:
|
NumberFormatter::getTextAttributenumfmt_get_text_attribute(PHP 5 >= 5.3.0, PECL intl >= 1.0.0) NumberFormatter::getTextAttribute -- numfmt_get_text_attribute — Get a text attribute 설명객체 기반 형식
public
string
NumberFormatter::getTextAttribute
( int
$attr
)절차식 형식
Get a text attribute associated with the formatter. An example of a text
attribute is the suffix for positive numbers. If the formatter does not
understand the attribute,
반환값
Return attribute value on success, or 예제Example #1 numfmt_get_text_attribute() example
<?php Example #2 OO example
<?php 위 예제의 출력: Prefix: - -1.234.567,891 Prefix: MINUS MINUS1.234.567,891 참고
|