| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
MessageFormatter::getErrorMessagemsgfmt_get_error_message(PHP 5 >= 5.3.0, PECL intl >= 1.0.0) MessageFormatter::getErrorMessage -- msgfmt_get_error_message — Get the error text from the last operation 설명객체 기반 형식 
   public
   string 
   MessageFormatter::getErrorMessage
    ( void
   ) 
  절차식 형식 Get the error text from the last operation. 인수
 
 반환값Description of the last error. 예제Example #1 msgfmt_get_error_message() example 
<?phpExample #2 OO example 
<?php위 예제의 출력: ERROR: msgfmt_format: not enough parameters: U_ILLEGAL_ARGUMENT_ERROR (1) 참고
 
  |