samesch         Mon Feb 18 15:22:08 2002 EDT

  Modified files:              
    /phpdoc/de/functions        regex.xml 
  Log:
  <methodparam> lines... I should have asked before wrapping them ;-)
  
Index: phpdoc/de/functions/regex.xml
diff -u phpdoc/de/functions/regex.xml:1.28 phpdoc/de/functions/regex.xml:1.29
--- phpdoc/de/functions/regex.xml:1.28  Mon Feb 18 15:04:35 2002
+++ phpdoc/de/functions/regex.xml       Mon Feb 18 15:22:07 2002
@@ -103,15 +103,9 @@
     <title>Beschreibung</title>
      <methodsynopsis>
       <type>int</type><methodname>ereg</methodname>
-      <methodparam>
-       <type>string</type><parameter>Suchmuster</parameter>
-      </methodparam>
-      <methodparam>
-       <type>string</type><parameter>Zeichenkette</parameter>
-      </methodparam>
-      <methodparam choice="opt">
-       <type>array</type><parameter>regs</parameter>
-      </methodparam>
+      <methodparam><type>string</type><parameter>Suchmuster</parameter></methodparam>
+      
+<methodparam><type>string</type><parameter>Zeichenkette</parameter></methodparam>
+      <methodparam 
+choice="opt"><type>array</type><parameter>regs</parameter></methodparam>
      </methodsynopsis>
     <note>
      <para>
@@ -189,15 +183,9 @@
     <title>Beschreibung</title>
      <methodsynopsis>
       <type>string</type><methodname>ereg_replace</methodname>
-      <methodparam>
-       <type>string</type><parameter>Suchmuster</parameter>
-      </methodparam>
-      <methodparam>
-       <type>string</type><parameter>Ersatz</parameter>
-      </methodparam>
-      <methodparam>
-       <type>string</type><parameter>Zeichenkette</parameter>
-      </methodparam>
+      <methodparam><type>string</type><parameter>Suchmuster</parameter></methodparam>
+      <methodparam><type>string</type><parameter>Ersatz</parameter></methodparam>
+      
+<methodparam><type>string</type><parameter>Zeichenkette</parameter></methodparam>
      </methodsynopsis>
     <note>
      <para>
@@ -308,15 +296,9 @@
     <title>Beschreibung</title>
      <methodsynopsis>
       <type>int</type><methodname>eregi</methodname>
-      <methodparam>
-       <type>string</type><parameter>Suchmuster</parameter>
-      </methodparam>
-      <methodparam>
-       <type>string</type><parameter>Zeichenkette</parameter>
-      </methodparam>
-      <methodparam choice="opt">
-       <type>array</type><parameter>regs</parameter>
-      </methodparam>
+      <methodparam><type>string</type><parameter>Suchmuster</parameter></methodparam>
+      
+<methodparam><type>string</type><parameter>Zeichenkette</parameter></methodparam>
+      <methodparam 
+choice="opt"><type>array</type><parameter>regs</parameter></methodparam>
      </methodsynopsis>
     <para>
      Diese Funktion entspricht <function>ereg</function> mit dem
@@ -353,15 +335,9 @@
     <title>Beschreibung</title>
      <methodsynopsis>
       <type>string</type><methodname>eregi_replace</methodname>
-      <methodparam>
-       <type>string</type><parameter>Suchmuster</parameter>
-      </methodparam>
-      <methodparam>
-       <type>string</type><parameter>Ersatz</parameter>
-      </methodparam>
-      <methodparam>
-       <type>string</type><parameter>Zeichenkette</parameter>
-      </methodparam>
+      <methodparam><type>string</type><parameter>Suchmuster</parameter></methodparam>
+      <methodparam><type>string</type><parameter>Ersatz</parameter></methodparam>
+      
+<methodparam><type>string</type><parameter>Zeichenkette</parameter></methodparam>
      </methodsynopsis>
     <para>
      Diese Funktion entspricht <function>ereg_replace</function> mit
@@ -387,15 +363,9 @@
     <title>Beschreibung</title>
      <methodsynopsis>
       <type>array</type><methodname>split</methodname>
-      <methodparam>
-       <type>string</type><parameter>Suchmuster</parameter>
-      </methodparam>
-      <methodparam>
-       <type>string</type><parameter>Zeichenkette</parameter>
-      </methodparam>
-      <methodparam choice="opt">
-       <type>int</type><parameter>Beschränkung</parameter>
-      </methodparam>
+      <methodparam><type>string</type><parameter>Suchmuster</parameter></methodparam>
+      
+<methodparam><type>string</type><parameter>Zeichenkette</parameter></methodparam>
+      <methodparam 
+choice="opt"><type>int</type><parameter>Beschränkung</parameter></methodparam>
      </methodsynopsis>
     <note>
      <para>
@@ -508,15 +478,9 @@
     <title>Beschreibung</title>
      <methodsynopsis>
       <type>array</type><methodname>spliti</methodname>
-      <methodparam>
-       <type>string</type><parameter>Suchmuster</parameter>
-      </methodparam>
-      <methodparam>
-       <type>string</type><parameter>Zeichenkette</parameter>
-      </methodparam>
-      <methodparam choice="opt">
-       <type>int</type><parameter>Beschränkung</parameter>
-      </methodparam>
+      <methodparam><type>string</type><parameter>Suchmuster</parameter></methodparam>
+      
+<methodparam><type>string</type><parameter>Zeichenkette</parameter></methodparam>
+      <methodparam 
+choice="opt"><type>int</type><parameter>Beschränkung</parameter></methodparam>
      </methodsynopsis>
     <para>
      Diese Funktion entspricht <function>split</function> mit dem
@@ -543,9 +507,7 @@
     <title>Beschreibung</title>
      <methodsynopsis>
       <type>string</type><methodname>sql_regcase</methodname>
-      <methodparam>
-       <type>string</type><parameter>Zeichenkette</parameter>
-      </methodparam>
+      
+<methodparam><type>string</type><parameter>Zeichenkette</parameter></methodparam>
      </methodsynopsis>
     <para>
      Gibt einen korrekten regulären Ausdruck zurück, der mit


Reply via email to