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