| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
Collator::sortWithSortKeyscollator_sort_with_sort_keys(PHP 5 >= 5.3.0, PECL intl >= 1.0.0) Collator::sortWithSortKeys -- collator_sort_with_sort_keys — Sort array using specified collator and sort keys 설명객체 기반 형식 
   public
   bool 
   Collator::sortWithSortKeys
    ( array  
  &$arr
   )절차식 형식 Similar to collator_sort() but uses ICU sorting keys produced by ucol_getSortKey() to gain more speed on large arrays. 반환값
   성공 시  예제
 Example #1 collator_sort_with_sort_keys() example 
<?php위 예제의 출력: array ( 0 => 'Kopfe', 1 => 'Kypper', 2 => 'Köpfe', ) 참고
 
  |