Dostupnost ve verzích: `PHP 4.0`
Set locale information
Parametr | Datový typ | Výchozí hodnota | Poznámka |
---|---|---|---|
$category |
int |
není | category is a named constant specifying the category of the functions affected by the locale setting: |
$locale |
string |
není | If locale is &null; or the empty string "", the locale names will be set from the values of environment variables with the same names as the above categories, or from "LANG". |
$_ |
string |
null |
string
the new current locale, or false if the locale functionality is not implemented on your platform, the specified locale does not exist or the category name is invalid.
An invalid category name also causes a warning message. Category/locale names can be found in RFC 1766 and ISO 639. Different systems have different naming schemes for locales.
The return value of setlocale depends on the system that PHP is running. It returns exactly what the system setlocale function returns.
Oficiální dokumentace funkce setlocale
Jan Barášek Více o autorovi
Autor článku pracuje jako seniorní vývojář a software architekt v Praze. Navrhuje a spravuje velké webové aplikace, které znáte a používáte. Od roku 2009 nabral bohaté zkušenosti, které tímto webem předává dál.
Rád vám pomůžu:
Nabízím trénink vývojářů, konzultace, školení a analýzu návrhových vzorů. Osobně v Praze nebo online.
Napište mi, pokud si nevíte rady.
Lektor: Jan Barášek
Články píše Jan Barášek © 2009-2024 | Kontakt | Mapa webu
Status | Aktualizováno: ... | cs