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