Transliterator
PHP Manual

Transliterator::getErrorCode

transliterator_get_error_code

(PHP >= 5.4.0, PECL intl >= 2.0.0)

Transliterator::getErrorCode -- transliterator_get_error_codeGet last error code

Descrierea

Stil obiect-orientat

public int Transliterator::getErrorCode ( void )

Stil procedural

int transliterator_get_error_code ( void )

Gets the last error code for this transliterator.

Avertizare

Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.

Parametri

Această funcție nu are parametri.

Valorile întoarse

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

Vedeți de asemenea


Transliterator
PHP Manual