Adding zak's note

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48068 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Damien Seguy 2001-05-21 17:56:06 +00:00
parent c93b1c89aa
commit bce0160d5e

View file

@ -570,6 +570,11 @@ I have <?=$foo?> foo.
If <parameter>limit</parameter> is set, the returned array will contain
a maximum of <parameter>limit</parameter> elements with the last element
containing the whole rest of <parameter>string</parameter>.
If an empty string ("") is used as the <parameter>separator</parameter>
argument, then <function>explode</function> will return <literal>FALSE</literal>.
If <parameter>separator</parameter> contains a value that is not contained in
the <parameter>string</parameter> argument, then<function>explode</function>
will return the <parameter>string</parameter> argument.
</para>
<note>
<para>