update : 2015.11.03
php.shukuma.com검색:
|
NumberFormatter::getErrorCodenumfmt_get_error_code(PHP 5 >= 5.3.0, PECL intl >= 1.0.0) NumberFormatter::getErrorCode -- numfmt_get_error_code — Get formatter's last error code. 설명객체 기반 형식
public
int
NumberFormatter::getErrorCode
( void
)
절차식 형식 Get error code from the last function performed by the formatter. 반환값Returns error code from last formatter call. 예제Example #1 numfmt_get_error_code() example
<?php Example #2 OO example
<?php 참고
|