Search Results
Get collation attribute value
Prise en charge de l'inscription de votre site internet sur les réseaux sociaux tels que Facebook, Twitter et Linkedin. Optimisation de sites web sur les réseaux sociaux (SMO). Docs PHP Classe Collator getAttribute
See Also Collator constants collator_set_attribute () - Set collation attribute collator_get_strength () - Get current collation strength <?php manual_footer (); ?>
Simple usage example of `Collator::getAttribute ()`. The Collator::getAttribute function is used to retrieve the value of a specific collation attribute for a given collator object. Collation attributes represent various properties and settings related to collation rules, such as the strength, decomposition mode, and sorting options. This function allows you to retrieve the current value of ...
Contents 1Collator::getAttribute 2collator_get_attribute 2.1Description 2.2Parameters 2.3Return Values 2.4Examples 2.5See Also
Collator::getAttribute -- collator_get_attribute — Get collation attribute value
Predefined Constants Collator::FRENCH_COLLATION (integer) Sort strings with different accents from the back of the string. This attribute is automatically set to On for the French locales and a few others. Users normally would not need to explicitly set this attribute. There is a string comparison performance cost when it is set On, but sort key length is unaffected. Possible values are ...
