update : 2015.11.03
php.shukuma.com검색:
|
intl_get_error_message(PHP 5 >= 5.3.0, PECL intl >= 1.0.0) intl_get_error_message — Get description of the last error 설명
string
intl_get_error_message
( void
)
Get error message from last internationalization function called. 반환값Description of an error occurred in the last API function call. 예제
Example #1 intl_get_error_message() example
<?php 참고
|