[PHPDOC] cvs: phpdoc /en/functions/ strings.xml From: Hartmut Holzgraefe (hartmut <email protected>)
Date: 05/25/00

hholzgra Thu May 25 15:53:51 2000 EDT

  Modified files:
    /phpdoc/en/functions strings.xml
  Log:
  conflict fixed
  
  
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.14 phpdoc/en/functions/strings.xml:1.15
--- phpdoc/en/functions/strings.xml:1.14 Tue May 23 08:58:32 2000
+++ phpdoc/en/functions/strings.xml Thu May 25 15:53:51 2000
@@ -462,8 +462,12 @@
      <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">