|
Collator::createcollator_createCreate a collator DescriptionObject-oriented style
public static Collatornull Collator::create(string
$locale)Procedural style Collatornull 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 See Also
|