From 6652338f59e917a6c83f27e5d5ed3e563a2ae955 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Sun, 2 Nov 2003 22:14:45 +0000 Subject: [PATCH] correct parameter git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@143628 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/iconv/functions/iconv-strlen.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/iconv/functions/iconv-strlen.xml b/reference/iconv/functions/iconv-strlen.xml index 8e2a8cb95a..6c81836ab7 100644 --- a/reference/iconv/functions/iconv-strlen.xml +++ b/reference/iconv/functions/iconv-strlen.xml @@ -1,5 +1,5 @@ - + @@ -21,12 +21,12 @@ In contrast to strlen, the return value of iconv_strlen is the number of characters that occur - in the given byte sequence string, which is not + in the given byte sequence str, which is not necessarily the same as the byte length of the string. If charset parameter is omitted, - string will be assumed to be encoded in + str will be assumed to be encoded in iconv.internal_charset.