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