|
IntlDateFormatter::getErrorCodedatefmt_get_error_codeGet the error code from last operation BeschreibungObjektorientierter Stil
public int IntlDateFormatter::getErrorCode
( void
)
Prozeduraler Stil
int datefmt_get_error_code
( IntlDateFormatter
$fmt
)Get the error code from last operation. Returns error code from the last number formatting operation. Parameter-Liste
RückgabewerteThe error code, one of UErrorCode values. Initial value is U_ZERO_ERROR. BeispieleBeispiel #1 datefmt_get_error_code example
<?phpBeispiel #2 OO example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: ERROR: U_ZERO_ERROR (0) Siehe auch
|