|
MessageFormatter::getErrorCodemsgfmt_get_error_codeGet the error code from last operation DescriptionObject-oriented style
public int MessageFormatter::getErrorCode()
Procedural style int msgfmt_get_error_code(MessageFormatter
$formatter )Get the error code from last operation. Parameters
Return ValuesThe error code, one of UErrorCode values. Initial value is U_ZERO_ERROR. See Also
|