php8.5
Home/ Manual/ intl / transliterator/ Transliterator::getErrorMessage

Transliterator::getErrorMessage

PHP function Edit on GitHub ✎

(PHP 5 >= 5.4.0, PHP 7, PHP 8, PECL intl >= 2.0.0)

Get last error message

Description

Oop

Transliterator::getErrorMessage(): string

Procedural

transliterator_get_error_message(Transliterator $transliterator): string

Gets the last error message for this transliterator.

Func

Parameters

transliterator

Return Values

The error message on success, or false if none exists, or on failure.

See Also

  • Transliterator::getErrorCode
  • Transliterator::listIDs

Source: reference/intl/transliterator/geterrormessage.xml · from the official PHP manual (php/doc-en)