From 0b17e7d6aed543986c99b542701b23065cd6ac65 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Sat, 7 Feb 2004 10:29:16 +0000 Subject: [PATCH] see also mb_xxx git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150679 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/strtolower.xml | 7 +++---- reference/strings/functions/strtoupper.xml | 7 +++---- reference/strings/functions/substr.xml | 7 +++---- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/reference/strings/functions/strtolower.xml b/reference/strings/functions/strtolower.xml index cdedf55053..d8939fd0bf 100644 --- a/reference/strings/functions/strtolower.xml +++ b/reference/strings/functions/strtolower.xml @@ -1,5 +1,5 @@ - + @@ -34,9 +34,8 @@ echo $str; // Prints mary had a little lamb and she loved it so - See also strtoupper, - ucfirst, - and ucwords. + See also strtoupper, ucfirst, + ucwords and mb_strtolower. diff --git a/reference/strings/functions/strtoupper.xml b/reference/strings/functions/strtoupper.xml index 085c2ad056..1f5a31a3e7 100644 --- a/reference/strings/functions/strtoupper.xml +++ b/reference/strings/functions/strtoupper.xml @@ -1,5 +1,5 @@ - + @@ -34,9 +34,8 @@ echo $str; // Prints MARY HAD A LITTLE LAMB AND SHE LOVED IT SO - See also strtolower, - ucfirst, - and ucwords. + See also strtolower, ucfirst, + ucwords and mb_strtoupper. diff --git a/reference/strings/functions/substr.xml b/reference/strings/functions/substr.xml index 1534b970e9..65f5157c39 100644 --- a/reference/strings/functions/substr.xml +++ b/reference/strings/functions/substr.xml @@ -1,5 +1,5 @@ - + @@ -94,9 +94,8 @@ $rest = substr("abcdef", -3, -1); // returns "de" See also strrchr, - substr_replace, - ereg, and - trim. + substr_replace, ereg, + trim and mb_substr.