|
NumberFormatter::getSymbolnumfmt_get_symbolGet a symbol value DescriptionObject-oriented style
public stringfalse NumberFormatter::getSymbol(int
$symbol )Procedural style stringfalse numfmt_get_symbol(NumberFormatter
$formatter , int $symbol )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. Parameters
Return Values
The symbol string or ExamplesExample #1 numfmt_get_symbol example
Example #2 OO example
The above example will output: Sep: . 1.234.567,891 Sep: * 1*234*567,891 See Also
|