Transliterator::getErrorCode

transliterator_get_error_code

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

Transliterator::getErrorCode -- transliterator_get_error_codeGet last error code

Descrierea

Stil obiect-orientat

public Transliterator::getErrorCode ( ) : int

Stil procedural

transliterator_get_error_code ( Transliterator $trans ) : int

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

trans

Valorile întoarse

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

A se vedea și

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top