From 85c4cacbb623d9966713ef3f61541a36ef6b5fdd Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Tue, 15 Jan 2002 10:38:35 +0000 Subject: [PATCH] - Add example to setlocale, fix examples using setlocale git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67810 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/datetime.xml | 10 +++++----- functions/strings.xml | 18 +++++++++++++++++- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/functions/datetime.xml b/functions/datetime.xml index bae9dceb7d..aa558d0273 100644 --- a/functions/datetime.xml +++ b/functions/datetime.xml @@ -1,5 +1,5 @@ - + Date and Time functions Date/time @@ -1074,13 +1074,13 @@ echo strftime ("Last day in Feb 2000 is: %d", $lastday); <function>strftime</function> example diff --git a/functions/strings.xml b/functions/strings.xml index d4c98e3ca4..d32c6568c4 100644 --- a/functions/strings.xml +++ b/functions/strings.xml @@ -1,5 +1,5 @@ - + String functions Strings @@ -2141,6 +2141,22 @@ echo " locale does not exist or the category name is invalid. An invalid category name also causes a warning message. + + + setlocale Examples + + +]]> + + +