From 2213e72b42160f01218e95eb3147d503f9cceda8 Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Tue, 23 Dec 2003 12:43:47 +0000 Subject: [PATCH] Fix typos git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147252 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/iconv/functions/iconv-substr.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/reference/iconv/functions/iconv-substr.xml b/reference/iconv/functions/iconv-substr.xml index d6690e6e71..afeaa66ef4 100644 --- a/reference/iconv/functions/iconv-substr.xml +++ b/reference/iconv/functions/iconv-substr.xml @@ -1,5 +1,5 @@ - + @@ -34,7 +34,7 @@ If start is negative, iconv_substr cuts out the portion beginning - at the position that is the start'th character + at the position, start characters away from the end of str. @@ -51,10 +51,10 @@ If negative length is passed, iconv_substr cuts the portion out of str from the start'th - character up to the character length character - away from the end of the string. In case start is - also negative, the start position is calculated beforehand according to - the rule explained above. + character up to the character that is + length characters away from the end of the string. + In case start is also negative, the start position + is calculated beforehand according to the rule explained above.