Rephine

Type : int
in package
uses EnumDynamicity

Sorting type flags: used by various sort functions.

Table of Contents

Cases

LocaleString  = self::LOCALE_STRING
Compare items as strings, based on the current locale.
Natural  = self::NATURAL
Compare items as strings using "natural ordering" like `natsort()`.
Numeric  = self::NUMERIC
Compare items numerically.
Regular  = self::REGULAR
Compare items normally.
RegularCaseInsensitive  = self::REGULAR_CASE_INSENSITIVE
Sort strings normally, case-insensitively.
String  = self::STRING
Compare items as strings.
StringCaseInsensitive  = self::STRING_CASE_INSENSITIVE
Compare items as strings, case-insensitively.

Cases

Regular

Compare items normally.

RegularCaseInsensitive

Sort strings normally, case-insensitively.

Numeric

Compare items numerically.

String

Compare items as strings.

StringCaseInsensitive

Compare items as strings, case-insensitively.

LocaleString

Compare items as strings, based on the current locale.

Natural

Compare items as strings using "natural ordering" like `natsort()`.


        
On this page

Search results