something went rather wrong with this file (function explode)

now it's finally ok


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@25084 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hartmut Holzgraefe 2000-05-26 05:44:59 +00:00
parent 7ff9f32110
commit 5e993eac18

View file

@ -460,6 +460,7 @@ echo "This spans\nmultiple lines. The newlines will be\noutput as well.";
<funcdef>array <function>explode</function></funcdef>
<paramdef>string <parameter>separator</parameter></paramdef>
<paramdef>string <parameter>string</parameter></paramdef>
<paramdef>int <parameter><optional>string</optional></parameter></paramdef>
</funcsynopsis>
<para>
Returns an array of strings, each of which is a substring of
@ -468,6 +469,8 @@ echo "This spans\nmultiple lines. The newlines will be\noutput as well.";
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>.
</para>
<para>
<example>
<title><function>Explode</function> example</title>
<programlisting role="php">