Query: intl_get_error_message
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
INTL_GET_ERROR_MESSAGE(3) 1 INTL_GET_ERROR_MESSAGE(3) intl_get_error_message - Get description of the last errorSYNOPSISstring intl_get_error_message (void )DESCRIPTIONGet error message from last internationalization function called.RETURN VALUESDescription of an error occurred in the last API function call.EXAMPLESExample #1 intl_get_error_message(3) example <?php if( Collator::getAvailableLocales() === false ) { show_error( intl_get_error_message() ); } ?>SEE ALSOintl_error_name(3), intl_get_error_code(3), intl_is_failure(3), collator_get_error_message(3), numfmt_get_error_message(3). PHP Documentation Group INTL_GET_ERROR_MESSAGE(3)