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

Descrizione

Stile orientato agli oggetti

public int Transliterator::getErrorCode ( void )

Stile procedurale

int transliterator_get_error_code ( void )

Gets the last error code for this transliterator.

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

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

Vedere anche:


Transliterator
PHP Manual