php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
locale.h File Reference
#include <php.h>

Go to the source code of this file.

Macros

#define OPTION_DEFAULT   NULL
 
#define LOC_LANG_TAG   "language"
 
#define LOC_SCRIPT_TAG   "script"
 
#define LOC_REGION_TAG   "region"
 
#define LOC_VARIANT_TAG   "variant"
 
#define LOC_EXTLANG_TAG   "extlang"
 
#define LOC_GRANDFATHERED_LANG_TAG   "grandfathered"
 
#define LOC_PRIVATE_TAG   "private"
 
#define LOC_CANONICALIZE_TAG   "canonicalize"
 
#define LOCALE_INI_NAME   "intl.default_locale"
 

Macro Definition Documentation

◆ LOC_CANONICALIZE_TAG

#define LOC_CANONICALIZE_TAG   "canonicalize"

Definition at line 28 of file locale.h.

◆ LOC_EXTLANG_TAG

#define LOC_EXTLANG_TAG   "extlang"

Definition at line 25 of file locale.h.

◆ LOC_GRANDFATHERED_LANG_TAG

#define LOC_GRANDFATHERED_LANG_TAG   "grandfathered"

Definition at line 26 of file locale.h.

◆ LOC_LANG_TAG

#define LOC_LANG_TAG   "language"

Definition at line 21 of file locale.h.

◆ LOC_PRIVATE_TAG

#define LOC_PRIVATE_TAG   "private"

Definition at line 27 of file locale.h.

◆ LOC_REGION_TAG

#define LOC_REGION_TAG   "region"

Definition at line 23 of file locale.h.

◆ LOC_SCRIPT_TAG

#define LOC_SCRIPT_TAG   "script"

Definition at line 22 of file locale.h.

◆ LOC_VARIANT_TAG

#define LOC_VARIANT_TAG   "variant"

Definition at line 24 of file locale.h.

◆ LOCALE_INI_NAME

#define LOCALE_INI_NAME   "intl.default_locale"

Definition at line 30 of file locale.h.

◆ OPTION_DEFAULT

#define OPTION_DEFAULT   NULL

Definition at line 20 of file locale.h.