mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
7ff9f32110
commit
5e993eac18
1 changed files with 3 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue