ResourceBundle::getErrorMessageresourcebundle_get_error_messageGet bundle's last error message. BeschreibungObjektorientierter Stil
public
string
ResourceBundle::getErrorMessage
( void
)
Prozeduraler Stil
string
resourcebundle_get_error_message
( ResourceBundle
$r
)Get error message from the last function performed by the bundle object. Parameter-Liste
RückgabewerteReturns error message from last bundle object's call. BeispieleBeispiel #1 resourcebundle_get_error_message example
<?phpBeispiel #2 OO example
<?phpSiehe auch
|