mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Changelog (doc bug #53935)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308179 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4ad81a88ea
commit
efef4dfef6
1 changed files with 3 additions and 3 deletions
|
@ -134,11 +134,11 @@ $rest = substr("abcdef", -3, -1); // returns "de"
|
|||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>5.2.2</entry>
|
||||
<entry>5.2.2 - 5.2.6</entry>
|
||||
<entry>
|
||||
If the <parameter>start</parameter> parameter indicates the position of
|
||||
a negative truncation or beyond, false is returned. Prior to this
|
||||
version, an empty string was returned.
|
||||
a negative truncation or beyond, false is returned. Other versions get
|
||||
the string from start.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in a new issue