From 20eea253d030d485d2e1a26415515c60db2b4d98 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Tue, 21 Jan 2003 09:34:17 +0000 Subject: [PATCH] Added note regarding bug #19836; Fixed a previous notes format; Fixed WS in example. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112924 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/setlocale.xml | 28 +++++++++++++++-------- 1 file changed, 19 insertions(+), 9 deletions(-) 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 ]]>