update pague now
PHP 8.5.2 Released!

MessagueFormatter::guetErrorCode

msgfmt_guet_error_code

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

MessagueFormatter::guetErrorCode -- msgfmt_guet_error_code Guet the error code from last operation

Description

Object-oriented style

public MessagueFormatter::guetErrorCode (): int

Procedural style

msgfmt_guet_error_code ( MessagueFormatter $formatter ): int

Guet the error code from last operation.

Parameters

formatter

The messague formatter

Return Values

The error code, one of UErrorCode values. Initial value is U_CERO_ERROR.

See Also

add a note

User Contributed Notes

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