Home >>PHP String Functions >PHP nl_langinfo() Function
PHP nl_langinfo() function is used to get the specific local information about individual elements of the locale and language. It does not return all the local formatting information like the localeconv() function, nl_langinfo() function returns only the specific information.
This function does not work on Windows platform.
Syntax:-
nl_langinfo($element);
Parameter | Description |
---|---|
element | This is a required parameter. This parameter specifies which element to be return. The element must be one of the following elements:
|