| ResourceBundle::getErrorMessageresourcebundle_get_error_messageGet bundle's last error message. DescriptionObject oriented style 
   public
   string
    ResourceBundle::getErrorMessage
    ( void
   ) Procedural style 
   string
    resourcebundle_get_error_message
    ( ResourceBundle  $r)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 
<?phpExample #2 OO example 
<?phpSee Also
 
 |