mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147252 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7aff13742c
commit
2213e72b42
1 changed files with 6 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue