Date: 05/21/01
- Next message: Thomas Schöfbeck: "[PHP-DOC] cvs: phpdoc /de/pear standards.xml"
- Previous message: Daniel Beckham: "Re: [PHP-DOC] Function References not showing up in docs for mixed case function names"
- Next in thread: Daniel Beckham: "[PHP-DOC] cvs: phpdoc /en/functions strings.xml"
- Maybe reply: Daniel Beckham: "[PHP-DOC] cvs: phpdoc /en/functions strings.xml"
- Maybe reply: Jani Taskinen: "[PHP-DOC] cvs: phpdoc /en/functions strings.xml"
- Maybe reply: Damien Seguy: "[PHP-DOC] cvs: phpdoc /en/functions strings.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
dams Mon May 21 10:56:07 2001 EDT
Modified files:
/phpdoc/en/functions strings.xml
Log:
Adding zak's note
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.87 phpdoc/en/functions/strings.xml:1.88
--- phpdoc/en/functions/strings.xml:1.87 Sat May 19 17:50:14 2001
+++ phpdoc/en/functions/strings.xml Mon May 21 10:56:06 2001
@@ -570,6 +570,11 @@
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>
- Next message: Thomas Schöfbeck: "[PHP-DOC] cvs: phpdoc /de/pear standards.xml"
- Previous message: Daniel Beckham: "Re: [PHP-DOC] Function References not showing up in docs for mixed case function names"
- Next in thread: Daniel Beckham: "[PHP-DOC] cvs: phpdoc /en/functions strings.xml"
- Maybe reply: Daniel Beckham: "[PHP-DOC] cvs: phpdoc /en/functions strings.xml"
- Maybe reply: Jani Taskinen: "[PHP-DOC] cvs: phpdoc /en/functions strings.xml"
- Maybe reply: Damien Seguy: "[PHP-DOC] cvs: phpdoc /en/functions strings.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

