| 
 | Collator::createcollator_createCreate a collator DescriptionObject oriented style 
   public
   static
   Collator
    Collator::create
    ( string  $locale)Procedural style 
   Collator
    collator_create
    ( string  $locale)The strings will be compared using the options already specified. Parameters
 
 Return Values
   Return new instance of Collator object, or  Examples
 Example #1 collator_create example 
<?phpSee Also
 
 |