ResourceBundle::getErrorMessageresourcebundle_get_error_messageGet bundle's last error message DescriptionObject-oriented style
public string ResourceBundle::getErrorMessage()
Procedural style string resourcebundle_get_error_message(ResourceBundle
$bundle )Get error message from the last function performed by the bundle object. Parameters
Return ValuesReturns error message from last bundle object's call. ExamplesExample #1 resourcebundle_get_error_message example
Example #2 OO example
See Also
|