PHP » GoLang |
login |
register |
about
|
GoLang MessageFormatter::getErrorMessage
request it (428)
GoLang replacement for PHP's MessageFormatter::getErrorMessage
[edit | history]
PHP MessageFormatter::getErrorMessagePHP original manual for MessageFormatter::getErrorMessage [ show | php.net ]MessageFormatter::getErrorMessagemsgfmt_get_error_message(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) MessageFormatter::getErrorMessage -- msgfmt_get_error_message — Get the error text from the last operation DescriptionObject oriented style
public
string
MessageFormatter::getErrorMessage
( void
)
Procedural style Get the error text from the last operation. Parameters
Return ValuesDescription of the last error. ExamplesExample #1 msgfmt_get_error_message() example
<?php Example #2 OO example
<?php The above example will output: ERROR: msgfmt_format: not enough parameters: U_ILLEGAL_ARGUMENT_ERROR (1) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|