PHP » GoLang |
login |
register |
about
|
GoLang NumberFormatter::getSymbol
request it (287)
GoLang replacement for PHP's NumberFormatter::getSymbol
[edit | history]
PHP NumberFormatter::getSymbolPHP original manual for NumberFormatter::getSymbol [ show | php.net ]NumberFormatter::getSymbolnumfmt_get_symbol(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) NumberFormatter::getSymbol -- numfmt_get_symbol — Get a symbol value DescriptionObject oriented style
public
string
NumberFormatter::getSymbol
( int
$attr
)Procedural style Get a symbol associated with the formatter. The formatter uses symbols to represent the special locale-dependent characters in a number, for example the percent sign. This API is not supported for rule-based formatters. Return Values
The symbol string or ExamplesExample #1 numfmt_get_symbol() example
<?php Example #2 OO example
<?php The above example will output: Sep: . 1.234.567,891 Sep: * 1*234*567,891 See Also
|
more
Recently updated
more
Most requested
more
Last requests
|