(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0)
NumberFormatter::getErrorCode -- numfmt_get_error_code — Get formatter's last error code
Object oriented style
public NumberFormatter::getErrorCode ( ) : int
Procedural style
numfmt_get_error_code ( NumberFormatter $fmt ) : int
Get error code from the last function performed by the formatter.
fmt
NumberFormatter object.
Returns error code from last formatter call.
Example #1 numfmt_get_error_code() example
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/numberformatter.geterrorcode.php