Méthode | Description | |
---|---|---|
localeconv ( |
Gets information about the current thread culture.
|
|
nl_langinfo ( int item ) : string |
Not supported.
|
|
strcoll ( |
Compares two specified strings, honoring their case, using culture specific comparison.
|
Méthode | Description | |
---|---|---|
GetCulture ( |
Gets a culture specific for the given category.
|
|
GetCultureByName ( string name ) : |
Gets a culture of a specified name. Tries "{language}-{country}", "{country}-{language}". Recognizes "C", "", "0" and null as invariant culture. Note, PHP swaps language and country codes.
|
|
GetCultures ( |
Cultures associated with cathegories.
|
|
GetFirstExistingCulture ( |
Searches in given objects for a locale string describing an existing culture.
|
|
GetGroupingArray ( int groups ) : |
Converts .NET groups information to PHP array.
|
|
GetStringComparer ( |
Creates a new PhpLocaleStringComparer comparing according to the current collate.
|
|
SetCulture ( |
Sets a culture specific for the given category.
|
|
setlocale ( |
public static localeconv ( |
||
ctx | ||
Résultat |
public static nl_langinfo ( int item ) : string | ||
item | int | |
Résultat | string |
public static strcoll ( |
||
ctx | Current runtime context. | |
str1 | string | A string. |
str2 | string | A string. |
Résultat | int |