didou Sun Nov 2 17:14:45 2003 EDT
Modified files:
/phpdoc/en/reference/iconv/functions iconv-strlen.xml
Log:
correct parameter
Index: phpdoc/en/reference/iconv/functions/iconv-strlen.xml
diff -u phpdoc/en/reference/iconv/functions/iconv-strlen.xml:1.2
phpdoc/en/reference/iconv/functions/iconv-strlen.xml:1.3
--- phpdoc/en/reference/iconv/functions/iconv-strlen.xml:1.2 Sun Nov 2 13:51:44
2003
+++ phpdoc/en/reference/iconv/functions/iconv-strlen.xml Sun Nov 2 17:14:45
2003
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
<refentry id="function.iconv-strlen">
<refnamediv>
@@ -21,12 +21,12 @@
<para>
In contrast to <function>strlen</function>, the return value of
<function>iconv_strlen</function> is the number of characters that occur
- in the given byte sequence <parameter>string</parameter>, which is not
+ in the given byte sequence <parameter>str</parameter>, which is not
necessarily the same as the byte length of the string.
</para>
<para>
If <parameter>charset</parameter> parameter is omitted,
- <parameter>string</parameter> will be assumed to be encoded in
+ <parameter>str</parameter> will be assumed to be encoded in
<link linkend="iconv.configuration">iconv.internal_charset</link>.
</para>
</refsect1>