[PHP-DOC] cvs: phpdoc /en/functions strings.xml From: Damien Seguy (dams <email protected>)
Date: 05/21/01

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>