|
IntlDateFormatter::getErrorMessagedatefmt_get_error_messageGet the error text from the last operation. BeschreibungObjektorientierter Stil
public string IntlDateFormatter::getErrorMessage
( void
)
Prozeduraler Stil
string datefmt_get_error_message
( IntlDateFormatter
$fmt
)Get the error text from the last operation. Parameter-Liste
RückgabewerteDescription of the last error. BeispieleBeispiel #1 datefmt_get_error_message example
<?phpBeispiel #2 OO example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: ERROR: U_ZERO_ERROR (0) Siehe auch
|