|
MessageFormatter::getErrorCodemsgfmt_get_error_code(PHP 5 >= 5.3.0, PECL intl >= 1.0.0) MessageFormatter::getErrorCode -- msgfmt_get_error_code — Get the error code from last operation ОписаниеОбъектно-ориентированный стиль
int
MessageFormatter::getErrorCode
( void
)
Процедурный стиль Get the error code from last operation. Список параметров
Возвращаемые значенияThe error code, one of UErrorCode values. Initial value is U_ZERO_ERROR. ПримерыПример #1 msgfmt_get_error_code() example
<?php Пример #2 OO example
<?php Результат выполнения данного примера: ERROR: msgfmt_format: not enough parameters: U_ILLEGAL_ARGUMENT_ERROR (1) Смотрите также
|
|