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