|
MessageFormatter::getErrorMessagemsgfmt_get_error_messageGet the error text from the last operation BeschreibungObjektorientierter Stil
public
string
MessageFormatter::getErrorMessage
( void
)
Prozeduraler Stil
string
msgfmt_get_error_message
( MessageFormatter
$fmt
)Get the error text from the last operation. Parameter-Liste
RückgabewerteDescription of the last error. BeispieleBeispiel #1 msgfmt_get_error_message example
<?phpBeispiel #2 OO example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: ERROR: msgfmt_format: not enough parameters: U_ILLEGAL_ARGUMENT_ERROR (1) Siehe auch
|