|
IntlDateFormatter::getErrorMessagedatefmt_get_error_messageGet the error text from the last operation DescriptionObject-oriented style
public string IntlDateFormatter::getErrorMessage()
Procedural style string datefmt_get_error_message(IntlDateFormatter
$formatter )Get the error text from the last operation. Parameters
Return ValuesDescription of the last error. ExamplesExample #1 datefmt_get_error_message example
Example #2 OO example
The above example will output: ERROR: U_ZERO_ERROR (0) See Also
|