PHP Manual

PHP funkce setlocale()

11. 09. 2019

Obsah článku

Dostupnost ve verzích: `PHP 4.0`

Set locale information

Parametry

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

Návratové hodnoty

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.

Další zdroje

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:

Související články

1.

Potřebujete poradit s PHP?

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

V jiných jazycích

1.
Status:
All systems normal.
2024