CakeFest 2024: The Official CakePHP Conference

MessageFormatter::getErrorCode

msgfmt_get_error_code

(PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0)

MessageFormatter::getErrorCode -- msgfmt_get_error_codeSon işlemin hata kodunu döndürür

Açıklama

Nesne yönelimli kullanım

public MessageFormatter::getErrorCode(): int

Yordamsal kullanım

msgfmt_get_error_code(MessageFormatter $biçemleyici): int

Son işlemin hata kodunu döndürür.

Bağımsız Değişkenler

biçemleyici

İleti biçemleyici

Dönen Değerler

UErrorCode değerlerinden biri olarak hata kodu. İlk değer: U_ZERO_ERROR.

Ayrıca Bakınız

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top