mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added note about third argument being added for explode() in PHP 4.0.1
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@38153 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3fc6fb45ff
commit
be18235696
1 changed files with 5 additions and 0 deletions
|
@ -543,6 +543,11 @@ echo "This spans\nmultiple lines. The newlines will be\noutput as well.";
|
|||
a maximum of <parameter>limit</parameter> elements with the last element
|
||||
containing the whole rest of <parameter>string</parameter>.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
The <parameter>limit</parameter> parameter was added in PHP 4.0.1
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
<example>
|
||||
<title><function>Explode</function> example</title>
|
||||
|
|
Loading…
Reference in a new issue