IntlDateFormatter::getErrorCode
datefmt_get_error_code
Get the error code from last operation
&reftitle.description;
&style.oop;
public intIntlDateFormatter::getErrorCode
&style.procedural;
intdatefmt_get_error_code
IntlDateFormatterfmt
Get the error code from last operation.
Returns error code from the last number formatting operation.
&reftitle.parameters;
fmt
The formatter resource.
&reftitle.returnvalues;
The error code, one of UErrorCode values. Initial value is U_ZERO_ERROR.
&reftitle.examples;
datefmt_get_error_code example
]]>
OO example
format();
if (!$str) {
printf(
"ERROR: %s (%d)\n",
$fmt->getErrorMessage(),
$fmt->getErrorCode()
);
}
?>
]]>
&example.outputs;
&reftitle.seealso;
datefmt_get_error_message
intl_get_error_code
intl_is_failure