(PHP 5 >= 5.3.2, PHP 7, PECL intl >= 2.0.0)
ResourceBundle::getErrorMessage -- resourcebundle_get_error_message — Get bundle's last error message
Object oriented style
public ResourceBundle::getErrorMessage ( ) : string
Procedural style
resourcebundle_get_error_message ( ResourceBundle $r ) : string
Get error message from the last function performed by the bundle object.
r
ResourceBundle object.
Returns error message from last bundle object's call.
Example #1 resourcebundle_get_error_message() example
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/resourcebundle.geterrormessage.php