From 7c06ed1924641395ac137be31b5bc6a5105a6e27 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Tue, 21 Jan 2003 09:37:36 +0000 Subject: [PATCH] Expand the note regarding bug #19836. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112925 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/setlocale.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/strings/functions/setlocale.xml b/reference/strings/functions/setlocale.xml index 61262d3644..3aea58d751 100644 --- a/reference/strings/functions/setlocale.xml +++ b/reference/strings/functions/setlocale.xml @@ -1,5 +1,5 @@ - + @@ -90,7 +90,8 @@ The return value of setlocale depends - on the system on which PHP is running. + on the system that PHP is running. It returns exactly + what the system setlocale function returns.