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