conflict fixed

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@25073 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hartmut Holzgraefe 2000-05-25 22:53:51 +00:00
parent 9bee3497d5
commit 57f128cfa7

View file

@ -462,8 +462,12 @@ echo "This spans\nmultiple lines. The newlines will be\noutput as well.";
<paramdef>string <parameter>string</parameter></paramdef>
</funcsynopsis>
<para>
Returns an array of strings containing the elements separated by
<replaceable>separator</replaceable>.
Returns an array of strings, each of which is a substring of
<parameter>string</parameter> formed by splitting it on boundaries formed
by the string <parameter>delim</parameter>.
If <parameter>limit</parameter> is set, the returned array will contaion
a maximum of <parameter>limit</parameter> elements with the last element
containing the whole rest of <parameter>string</parameter>.
<example>
<title><function>Explode</function> example</title>
<programlisting role="php">