PHP » GoLang |
login |
register |
about
|
GoLang IntlDateFormatter::getErrorCode
request it (436)
GoLang replacement for PHP's IntlDateFormatter::getErrorCode
[edit | history]
PHP IntlDateFormatter::getErrorCodePHP original manual for IntlDateFormatter::getErrorCode [ show | php.net ]IntlDateFormatter::getErrorCodedatefmt_get_error_code(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) IntlDateFormatter::getErrorCode -- datefmt_get_error_code — Get the error code from last operation DescriptionObject oriented style
public int IntlDateFormatter::getErrorCode
( void
)
Procedural style Get the error code from last operation. Returns error code from the last number formatting operation. Parameters
Return ValuesThe error code, one of UErrorCode values. Initial value is U_ZERO_ERROR. ExamplesExample #1 datefmt_get_error_code() example
<?php Example #2 OO example
<?php The above example will output: ERROR: U_ZERO_ERROR (0) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|