Search Results
Get current collation strength
Collator::getStrength -- collator_get_strength — Récupère la dureté de classement utilisé
Return Values Returns current collation strength, or false on failure.
The Collator::getStrength function is used in PHP to fetch the current collation strength of a Collator object. Collation strength determines how strings are compared and ordered based on locale-specific rules. This function allows you to retrieve the current strength setting, which can be useful for various string comparison operations.
The Collator class Introduction (PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Provides string comparison capability with support for appropriate locale-sensitive sort orderings. Class synopsis
Magic Methods Magic constants NULL Name resolution rules Namespaces and dynamic language features Namespaces overview Numeric strings OOP Changelog Object Cloning Object Inheritance Object Interfaces Object Iteration Object Serialization Objects Objects and references Operator Precedence Operators Overloading PHP tags Passing by Reference ...
Return Values Returns current collation strength, or false on failure.
