mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
I think it should be "First", not "Fist" ;)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@55812 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
edc117fb43
commit
5dbd2127f1
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<reference id="ref.mbstring">
|
||||
<title>Multi-Byte String Functions</title>
|
||||
<titleabbrev>
|
||||
|
@ -1361,7 +1361,7 @@ header("Content-Type: text/html; charset=" . mb_preferred_mime_name($outputenc))
|
|||
</para>
|
||||
<para>
|
||||
<parameter>start</parameter> is start position offset. Number of
|
||||
characters from the beginning of string. (Fist character is 0)
|
||||
characters from the beginning of string. (First character is 0)
|
||||
</para>
|
||||
<para>
|
||||
<parameter>trimmarker</parameter> is string that is added to the
|
||||
|
|
Loading…
Reference in a new issue