|
NumberFormatter::getErrorCodenumfmt_get_error_codeGet formatter's last error code DescriptionObject-oriented style
public int NumberFormatter::getErrorCode()
Procedural style int numfmt_get_error_code(NumberFormatter
$formatter )Get error code from the last function performed by the formatter. Parameters
Return ValuesReturns error code from last formatter call. ExamplesExample #1 numfmt_get_error_code example
Example #2 OO example
See Also
|