Fix typos

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147252 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Moriyoshi Koizumi 2003-12-23 12:43:47 +00:00
parent 7aff13742c
commit 2213e72b42

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-substr">
<refnamediv>
@ -34,7 +34,7 @@
<para>
If <parameter>start</parameter> is negative,
<function>iconv_substr</function> cuts out the portion beginning
at the position that is the <parameter>start</parameter>'th character
at the position, <parameter>start</parameter> characters
away from the end of <parameter>str</parameter>.
</para>
@ -51,10 +51,10 @@
If negative <parameter>length</parameter> is passed,
<function>iconv_substr</function> cuts the portion out of
<parameter>str</parameter> from the <parameter>start</parameter>'th
character up to the character <parameter>length</parameter> character
away from the end of the string. In case <parameter>start</parameter> is
also negative, the start position is calculated beforehand according to
the rule explained above.
character up to the character that is
<parameter>length</parameter> characters away from the end of the string.
In case <parameter>start</parameter> is also negative, the start position
is calculated beforehand according to the rule explained above.
</para>
<para>