diff --git a/reference/strings/functions/setlocale.xml b/reference/strings/functions/setlocale.xml index fd0839458d..61262d3644 100644 --- a/reference/strings/functions/setlocale.xml +++ b/reference/strings/functions/setlocale.xml @@ -1,5 +1,5 @@ - + @@ -75,29 +75,39 @@ new locale until success. This is usefull if a locale is known under different names on different systems or for providing a fallback for a possibly not available locale. - Passing multiple locales is not available before PHP 4.3 + + + Passing multiple locales is not available before PHP 4.3.0 + + Setlocale returns the new current locale, or &false; if the locale functionality is not implemented in the platform, the specified locale does not exist or the category name is invalid. An invalid category name also causes a warning message. + + + The return value of setlocale depends + on the system on which PHP is running. + + <function>setlocale</function> Examples ]]>