mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
conflict fixed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@25073 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9bee3497d5
commit
57f128cfa7
1 changed files with 6 additions and 2 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue