From 3b84302a9ceb0df3861c8711d4f5fd95d3189b1b Mon Sep 17 00:00:00 2001 From: Ron Chmara Date: Sun, 25 Feb 2001 03:05:49 +0000 Subject: [PATCH] Typos. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@41847 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/strings.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/functions/strings.xml b/functions/strings.xml index c368b6320c..8b42c29768 100644 --- a/functions/strings.xml +++ b/functions/strings.xml @@ -247,9 +247,9 @@ $new_string = chunk_split (base64_encode($data)); - This function returns the given string from one Cyrillic - character set to another. The from and - to arguments are single characters that + This function returns the given string converted from one + Cyrillic character set to another. The from + and to arguments are single characters that represent the source and target Cyrillic character sets. The supported types are: @@ -2137,7 +2137,7 @@ if (!strcasecmp ($var1, $var2)) { This function tries to return a string with all HTML and PHP - tags stripped from a given str, + tags stripped from a given str. It errors on the side of caution in case of incomplete or bogus tags. It uses the same tag stripping state machine as the fgetss function. @@ -3312,7 +3312,7 @@ echo substr_replace ($var, '', 10, -1) . "<br>\n"; - Retuns a string with the first character of + Returns a string with the first character of str capitalized, if that character is alphabetic.