update : 2015.11.03
php.shukuma.com검색:
|
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 설명객체 기반 형식
public 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. 예제Example #1 datefmt_get_error_code() example
<?php Example #2 OO example
<?php 위 예제의 출력: ERROR: U_ZERO_ERROR (0) 참고
|