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

hholzgra Thu May 25 22:44:59 2000 EDT

  Modified files:
    /phpdoc/en/functions strings.xml
  Log:
  something went rather wrong with this file (function explode)
  now it's finally ok
  
  
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.15 phpdoc/en/functions/strings.xml:1.16
--- phpdoc/en/functions/strings.xml:1.15 Thu May 25 15:53:51 2000
+++ phpdoc/en/functions/strings.xml Thu May 25 22:44:59 2000
@@ -460,6 +460,7 @@
      <funcdef>array <function>explode</function></funcdef>
      <paramdef>string <parameter>separator</parameter></paramdef>
      <paramdef>string <parameter>string</parameter></paramdef>
+ <paramdef>int <parameter><optional>string</optional></parameter></paramdef>
     </funcsynopsis>
     <para>
      Returns an array of strings, each of which is a substring of
@@ -468,6 +469,8 @@
      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>.
+ </para>
+ <para>
      <example>
       <title><function>Explode</function> example</title>
       <programlisting role="php">