MessageFormatter::getErrorCode

msgfmt_get_error_code

(PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0)

MessageFormatter::getErrorCode -- msgfmt_get_error_code获取上次操作的错误代码

描述

面向对象风格

public MessageFormatter::getErrorCode(): int

过程式风格

msgfmt_get_error_code(MessageFormatter $formatter): int

获取上次操作的错误代码。

参数

formatter

消息格式化器

返回值

错误代码,为 UErrorCode 值之一。初始值为 U_ZERO_ERROR。

参见

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top