PHP » GoLang |
login |
register |
about
|
GoLang Collator::__construct
request it (413)
GoLang replacement for PHP's Collator::__construct
[edit | history]
Collator::__construct(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Collator::__construct — Create a collator Description
public Collator::__construct
( string
$locale
)Creates a new instance of Collator. Parameters
Return ValuesReturns Collator instance. Errors/ExceptionsReturns an "empty" object on error. You can use intl_get_error_code() and/or intl_get_error_message() to know what happened. Examples
Example #1 Collator::__construct() example
<?php |
more
Recently updated
more
Most requested
more
Last requests
|