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.