update : 2015.11.03
php.shukuma.com검색:
|
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. 설명객체 기반 형식
public string IntlDateFormatter::getErrorMessage
( void
)
절차식 형식 Get the error text from the last operation. 인수
반환값Description of the last error. 예제Example #1 datefmt_get_error_message() example
<?php Example #2 OO example
<?php 위 예제의 출력: ERROR: U_ZERO_ERROR (0) 참고
|