intl_is_failure(PHP 5 >= 5.3.0, PECL intl >= 1.0.0) intl_is_failure — Check whether the given error code indicates failure Описание
   bool
    intl_is_failure
    ( int $error_code
   ) 
  
 Список параметров
 
 Возвращаемые значенияTRUE if it the code indicates some failure, and FALSE in case of success or a warning. Примеры
 Пример #1 intl_is_failure() example 
<?phpРезультатом выполнения данного примера будет что-то подобное: false false true Смотрите также
 
  | 
||