nl_langinfo()
nl_langinfo - Query language and locale information
Syntax
string nl_langinfo ()
Arguments
-
Description
nl_langinfo() is used to access individual elements of the locale categories. Unlike localeconv(), which returns all of the elements, nl_langinfo() allows you to select any specific element.
Version
PHP 4.1.0, 5
Return value
Returns the element as a string, or FALSE if item is not valid.