|
IntlDateFormatter::getErrorMessagedatefmt_get_error_message(PHP 5 >= 5.3.0, PECL intl >= 1.0.0) IntlDateFormatter::getErrorMessage -- datefmt_get_error_message — Get the error text from the last operation. ОписаниеОбъектно-ориентированный стиль
string IntlDateFormatter::getErrorMessage
( void
)
Процедурный стиль Get the error text from the last operation. Список параметров
Возвращаемые значенияDescription of the last error. ПримерыПример #1 datefmt_get_error_message() example
<?php Пример #2 OO example
<?php Результат выполнения данного примера: ERROR: U_ZERO_ERROR (0) Смотрите также
|
|