PHP » GoLang |
login |
register |
about
|
GoLang Collator::sortWithSortKeys
request it (388)
GoLang replacement for PHP's Collator::sortWithSortKeys
[edit | history]
PHP Collator::sortWithSortKeysPHP original manual for Collator::sortWithSortKeys [ show | php.net ]Collator::sortWithSortKeyscollator_sort_with_sort_keys(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Collator::sortWithSortKeys -- collator_sort_with_sort_keys — Sort array using specified collator and sort keys DescriptionObject oriented style
public
bool
Collator::sortWithSortKeys
( array
&$arr
)Procedural style Similar to collator_sort() but uses ICU sorting keys produced by ucol_getSortKey() to gain more speed on large arrays. Return Values
Returns Examples
Example #1 collator_sort_with_sort_keys() example
<?php The above example will output: array ( 0 => 'Kopfe', 1 => 'Kypper', 2 => 'Köpfe', ) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|