update : 2015.11.03
php.shukuma.com검색:
|
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 설명객체 기반 형식
public
int
MessageFormatter::getErrorCode
( void
)
절차식 형식 Get the error code from last operation. 인수
반환값The error code, one of UErrorCode values. Initial value is U_ZERO_ERROR. 예제Example #1 msgfmt_get_error_code() example
<?php Example #2 OO example
<?php 위 예제의 출력: ERROR: msgfmt_format: not enough parameters: U_ILLEGAL_ARGUMENT_ERROR (1) 참고
|