Transliterator::getErrorMessage

(PHP >= 5.4.0, PECL intl >= 2.0.0)
Get last error message
public string Transliterator::getErrorMessage ( void )

Object oriented style

Procedural style

string transliterator_get_error_message ( void )

Gets the last error message for this transliterator.

Returns:

The error code on success, or FALSE if none exists, or on failure.

This function is currently not documented; only its argument list is available.

See also:

Transliterator::getErrorCode() -

Transliterator::listIDs() -

doc_php
2016-02-24 15:57:54
Comments
Leave a Comment

Please login to continue.