Display the drop-down list

Collator::compare()

« Collator::asort | Collator::create »
<?php
$collator 
Collator::create(
    
 // string $locale
);

$int $collator->compare (
    
// string $str1
    
  // string $str2
);
?>
Result
$collator = 'Collator instance'
$int = 1
Examples
#1 Collator::compare  (/* $locale = "en_US" */
 
"Hello",
 
"hello")
See also
collator_sort