From 1e585885c7640ef50daca44e0299015325757edd Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Wed, 18 Feb 2004 11:17:37 +0000 Subject: [PATCH] LCFirst() git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@151690 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/setlocale.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/strings/functions/setlocale.xml b/reference/strings/functions/setlocale.xml index 3a51cdc7c2..ac097ec16c 100644 --- a/reference/strings/functions/setlocale.xml +++ b/reference/strings/functions/setlocale.xml @@ -1,5 +1,5 @@ - + @@ -20,7 +20,7 @@ arraylocale - Category is a named constant (or string) + category is a named constant (or string) specifying the category of the functions affected by the locale setting: @@ -61,7 +61,7 @@ - As of PHP 4.2.0, passing Category as a string is + As of PHP 4.2.0, passing category as a string is deprecated, use the above constants instead. Passing them as a string (within quotes) will result in a warning message.