|
NumberFormatter::getAttributenumfmt_get_attribute(PHP 5 >= 5.3.0, PECL intl >= 1.0.0) NumberFormatter::getAttribute -- numfmt_get_attribute — Get an attribute ОписаниеОбъектно-ориентированный стиль
int
NumberFormatter::getAttribute
( int $attr
)
Процедурный стиль Get a numeric attribute associated with the formatter. An example of a numeric attribute is the number of integer digits the formatter will produce. Список параметров
Возвращаемые значенияReturn attribute value on success, or FALSE on error. ПримерыПример #1 numfmt_get_attribute() example
<?php Пример #2 OO example
<?php Результат выполнения данного примера: Digits: 3 1.234.567,891 Digits: 2 1.234.567,89 Смотрите также
|
|