Transliterator::getErrorCode

(PHP >= 5.4.0, PECL intl >= 2.0.0)
Get last error code
public int Transliterator::getErrorCode ( void )

Object oriented style

Procedural style

int transliterator_get_error_code ( void )

Gets the last error code 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::getErrorMessage() -

Transliterator::listIDs() -

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

Please login to continue.