nl_langinfo

 string nl_langinfo ( int $item ) 

説明

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.

戻り値

Returns the element as a string, or FALSE if item is not valid.