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:
foobar 2000-12-22 00:57:14 +00:00
parent 3fc6fb45ff
commit be18235696

View file

@ -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>