PHP Manual

PHP function setlocale()

11. 09. 2019

Obsah článku

Availability in `PHP 4.0`

Set locale information

Parameters

Parameter Data type Default value Note
$category int not

category is a named constant specifying the category of the functions affected by the locale setting:

$locale string not 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

Return values

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.

Other resources

Official setlocale function documentation

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:

Související články

1.

V jiných jazycích

2.
Status:
All systems normal.
2024