correct parameter

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@143628 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2003-11-02 22:14:45 +00:00
parent 196836d7ac
commit 6652338f59

View file

@ -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>