| 
 | NumberFormatter::getErrorCodenumfmt_get_error_codeGet formatter's last error code. DescriptionObject oriented style 
   public
   int
    NumberFormatter::getErrorCode
    ( void
   ) Procedural style 
   int
    numfmt_get_error_code
    ( NumberFormatter  $fmt)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 
<?phpExample #2 OO example 
<?phpSee Also
 
 |