samesch         Mon Feb 18 15:33:35 2002 EDT

  Modified files:              
    /phpdoc/de/functions        oracle.xml 
  Log:
  <methodparam> lines... I should have asked before wrapping them ;-)
  
Index: phpdoc/de/functions/oracle.xml
diff -u phpdoc/de/functions/oracle.xml:1.19 phpdoc/de/functions/oracle.xml:1.20
--- phpdoc/de/functions/oracle.xml:1.19 Mon Feb 18 15:06:03 2002
+++ phpdoc/de/functions/oracle.xml      Mon Feb 18 15:33:33 2002
@@ -14,21 +14,11 @@
     <title>Beschreibung</title>
      <methodsynopsis>
       <type>int</type><methodname>ora_bind</methodname>
-      <methodparam>
-       <type>int</type><parameter>cursor</parameter>
-      </methodparam>
-      <methodparam>
-       <type>string</type><parameter>PHP-Variablenname</parameter>
-      </methodparam>
-      <methodparam>
-       <type>string</type><parameter>SQL-Parametername</parameter>
-      </methodparam>
-      <methodparam>
-       <type>int</type><parameter>Länge</parameter>
-      </methodparam>
-      <methodparam choice="opt">
-       <type>int</type><parameter>Typ</parameter>
-      </methodparam>
+      <methodparam><type>int</type><parameter>cursor</parameter></methodparam>
+      
+<methodparam><type>string</type><parameter>PHP-Variablenname</parameter></methodparam>
+      
+<methodparam><type>string</type><parameter>SQL-Parametername</parameter></methodparam>
+      <methodparam><type>int</type><parameter>Länge</parameter></methodparam>
+      <methodparam 
+choice="opt"><type>int</type><parameter>Typ</parameter></methodparam>
      </methodsynopsis>
     <para>
      Gibt nach erfolgter Bindung &true;, andernfalls &false; zurück.
@@ -81,9 +71,7 @@
     <title>Beschreibung</title>
      <methodsynopsis>
       <type>int</type><methodname>ora_close</methodname>
-      <methodparam>
-       <type>int</type><parameter>Cursor</parameter>
-      </methodparam>
+      <methodparam><type>int</type><parameter>Cursor</parameter></methodparam>
      </methodsynopsis>
     <para>
      Gibt nach erfolgtem Schließen &true;, andernfalls &false; zurück.
@@ -109,12 +97,8 @@
     <title>Beschreibung</title>
      <methodsynopsis>
       <type>string</type><methodname>Ora_ColumnName</methodname>
-      <methodparam>
-       <type>int</type><parameter>Cursor</parameter>
-      </methodparam>
-      <methodparam>
-       <type>int</type><parameter>Feld</parameter>
-      </methodparam>
+      <methodparam><type>int</type><parameter>Cursor</parameter></methodparam>
+      <methodparam><type>int</type><parameter>Feld</parameter></methodparam>
      </methodsynopsis>
     <para>
      Gibt den Namen des Feldes <parameter>Feld</parameter> des Cursors
@@ -135,12 +119,8 @@
     <title>Beschreibung</title>
      <methodsynopsis>
       <type>int</type><methodname>Ora_ColumnSize</methodname>
-      <methodparam>
-       <type>int</type><parameter>Cursor</parameter>
-      </methodparam>
-      <methodparam>
-       <type>int</type><parameter>Feld</parameter>
-      </methodparam>
+      <methodparam><type>int</type><parameter>Cursor</parameter></methodparam>
+      <methodparam><type>int</type><parameter>Feld</parameter></methodparam>
      </methodsynopsis>
     <para>
      Gibt die Größe des Oracle-Feldes <parameter>Feld</parameter> des
@@ -161,12 +141,8 @@
     <title>Beschreibung</title>
      <methodsynopsis>
       <type>string</type><methodname>Ora_ColumnType</methodname>
-      <methodparam>
-       <type>int</type><parameter>Cursor</parameter>
-      </methodparam>
-      <methodparam>
-       <type>int</type><parameter>Feld</parameter>
-      </methodparam>
+      <methodparam><type>int</type><parameter>Cursor</parameter></methodparam>
+      <methodparam><type>int</type><parameter>Feld</parameter></methodparam>
      </methodsynopsis>
     <para>
      Gibt den Oracle-Datentyp des Feldes <parameter>Feld</parameter>
@@ -196,9 +172,7 @@
     <title>Beschreibung</title>
      <methodsynopsis>
       <type>int</type><methodname>ora_commit</methodname>
-      <methodparam>
-       <type>int</type><parameter>conn</parameter>
-      </methodparam>
+      <methodparam><type>int</type><parameter>conn</parameter></methodparam>
      </methodsynopsis>
     <para>
      Gibt bei Erfolg &true; und bei Auftreten eines Fehlers &false;
@@ -225,9 +199,7 @@
     <title>Beschreibung</title>
      <methodsynopsis>
       <type>int</type><methodname>ora_commitoff</methodname>
-      <methodparam>
-       <type>int</type><parameter>conn</parameter>
-      </methodparam>
+      <methodparam><type>int</type><parameter>conn</parameter></methodparam>
      </methodsynopsis>
     <para>
      Gibt bei Erfolg &true; und bei Auftreten eines Fehlers &false;
@@ -251,9 +223,7 @@
     <title>Beschreibung</title>
      <methodsynopsis>
       <type>int</type><methodname>ora_commiton</methodname>
-      <methodparam>
-       <type>int</type><parameter>conn</parameter>
-      </methodparam>
+      <methodparam><type>int</type><parameter>conn</parameter></methodparam>
      </methodsynopsis>
     <para>
      Gibt bei Erfolg &true; und bei Auftreten eines Fehlers &false;
@@ -280,12 +250,8 @@
     <title>Beschreibung</title>
      <methodsynopsis>
       <type>int</type><methodname>ora_do</methodname>
-      <methodparam>
-       <type>int</type><parameter>conn</parameter>
-      </methodparam>
-      <methodparam>
-       <type>string</type><parameter>Abfrage</parameter>
-      </methodparam>
+      <methodparam><type>int</type><parameter>conn</parameter></methodparam>
+      <methodparam><type>string</type><parameter>Abfrage</parameter></methodparam>
      </methodsynopsis>
     <para>
      Gibt bei Erfolg &true; und bei Auftreten eines Fehlers &false;
@@ -316,9 +282,7 @@
     <title>Beschreibung</title>
      <methodsynopsis>
       <type>string</type><methodname>Ora_Error</methodname>
-      <methodparam>
-       <type>int</type><parameter>Cursor_oder_Verbindung</parameter>
-      </methodparam>
+      
+<methodparam><type>int</type><parameter>Cursor_oder_Verbindung</parameter></methodparam>
      </methodsynopsis>
     <para>
      Gibt eine Fehlermeldung in der Form
@@ -357,9 +321,7 @@
     <title>Beschreibung</title>
      <methodsynopsis>
       <type>int</type><methodname>Ora_ErrorCode</methodname>
-      <methodparam>
-       <type>int</type><parameter>Cursor_oder_Verbindung</parameter>
-      </methodparam>
+      
+<methodparam><type>int</type><parameter>Cursor_oder_Verbindung</parameter></methodparam>
      </methodsynopsis>
     <para>
      Gibt den numerischen Fehlercode der zuletzt ausgeführten
@@ -387,9 +349,7 @@
     <title>Beschreibung</title>
      <methodsynopsis>
       <type>int</type><methodname>ora_exec</methodname>
-      <methodparam>
-       <type>int</type><parameter>Cursor</parameter>
-      </methodparam>
+      <methodparam><type>int</type><parameter>Cursor</parameter></methodparam>
      </methodsynopsis>
     <para>
      Gibt bei Erfolg &true; und bei Auftreten eines Fehlers &false;
@@ -413,9 +373,7 @@
     <title>Beschreibung</title>
      <methodsynopsis>
       <type>int</type><methodname>ora_fetch</methodname>
-      <methodparam>
-       <type>int</type><parameter>Cursor</parameter>
-      </methodparam>
+      <methodparam><type>int</type><parameter>Cursor</parameter></methodparam>
      </methodsynopsis>
     <para>
      Gibt &true; (Datensatz wurde abgerufen) oder &false; (keine
@@ -444,17 +402,10 @@
    </refnamediv>
    <refsect1>
     <title>Beschreibung</title>
-     <methodsynopsis>
-      <type>int</type><methodname>ora_fetch_into</methodname>
-      <methodparam>
-       <type>int</type><parameter>Cursor</parameter>
-      </methodparam>
-      <methodparam>
-       <type>array</type><parameter>Ergebnis</parameter>
-      </methodparam>
-      <methodparam choice="opt">
-       <type>int</type><parameter>Flags</parameter>
-      </methodparam>
+     <methodsynopsis><type>int</type><methodname>ora_fetch_into</methodname>
+      <methodparam><type>int</type><parameter>Cursor</parameter></methodparam>
+      <methodparam><type>array</type><parameter>Ergebnis</parameter></methodparam>
+      <methodparam 
+choice="opt"><type>int</type><parameter>Flags</parameter></methodparam>
      </methodsynopsis>
     <para>
      Mit dieser Funktion können sie einen Datensatz in ein Array
@@ -493,12 +444,8 @@
     <title>Beschreibung</title>
      <methodsynopsis>
       <type>mixed</type><methodname>ora_getcolumn</methodname>
-      <methodparam>
-       <type>int</type><parameter>Cursor</parameter>
-      </methodparam>
-      <methodparam>
-       <type>mixed</type><parameter>Feld</parameter>
-      </methodparam>
+      <methodparam><type>int</type><parameter>Cursor</parameter></methodparam>
+      <methodparam><type>mixed</type><parameter>Feld</parameter></methodparam>
      </methodsynopsis>
     <para>
      Gibt die Felddaten zurück. Falls ein Fehler auftritt, wird
@@ -522,11 +469,8 @@
    </refnamediv>
    <refsect1>
     <title>Beschreibung</title>
-     <methodsynopsis>
-      <type>int</type><methodname>ora_logoff</methodname>
-      <methodparam>
-       <type>int</type><parameter>Verbindung</parameter>
-      </methodparam>
+     <methodsynopsis><type>int</type><methodname>ora_logoff</methodname>
+      <methodparam><type>int</type><parameter>Verbindung</parameter></methodparam>
      </methodsynopsis>
     <para>
      Gibt bei Erfolg &true; und bei Auftreten eines Fehlers &false;
@@ -553,12 +497,8 @@
     <title>Beschreibung</title>
      <methodsynopsis>
       <type>int</type><methodname>ora_logon</methodname>
-      <methodparam>
-       <type>string</type><parameter>Benutzername</parameter>
-      </methodparam>
-      <methodparam>
-       <type>string</type><parameter>Passwort</parameter>
-      </methodparam>
+      
+<methodparam><type>string</type><parameter>Benutzername</parameter></methodparam>
+      <methodparam><type>string</type><parameter>Passwort</parameter></methodparam>
      </methodsynopsis>
     <para>
      Gibt bei Erfolg einen Verbindungs-Index oder bei Auftreten eines
@@ -605,12 +545,8 @@
     <title>Beschreibung</title>
      <methodsynopsis>
       <type>int</type><methodname>ora_plogon</methodname>
-      <methodparam>
-       <type>string</type><parameter>Benutzername</parameter>
-      </methodparam>
-      <methodparam>
-       <type>string</type><parameter>Passwort</parameter>
-      </methodparam>
+      
+<methodparam><type>string</type><parameter>Benutzername</parameter></methodparam>
+      <methodparam><type>string</type><parameter>Passwort</parameter></methodparam>
      </methodsynopsis>
     <para>
      Diese Funktion baut mit <parameter>Benutzername</parameter> und
@@ -632,9 +568,7 @@
     <title>Beschreibung</title>
      <methodsynopsis>
       <type>int</type><methodname>ora_numcols</methodname>
-      <methodparam>
-       <type>int</type><parameter>cursor_ind</parameter>
-      </methodparam>
+      <methodparam><type>int</type><parameter>cursor_ind</parameter></methodparam>
      </methodsynopsis>
     <para>
      <function>ora_numcols</function> gibt die Anzahl der Felder eines
@@ -658,9 +592,7 @@
     <title>Beschreibung</title>
      <methodsynopsis>
       <type>int</type><methodname>ora_numrows</methodname>
-      <methodparam>
-       <type>int</type><parameter>cursor_ind</parameter>
-      </methodparam>
+      <methodparam><type>int</type><parameter>cursor_ind</parameter></methodparam>
      </methodsynopsis>
     <para>
      <function>ora_numrows</function> gibt die Anzahl der Datensätze
@@ -678,9 +610,7 @@
     <title>Beschreibung</title>
      <methodsynopsis>
       <type>int</type><methodname>ora_open</methodname>
-      <methodparam>
-       <type>int</type><parameter>Verbindung</parameter>
-      </methodparam>
+      <methodparam><type>int</type><parameter>Verbindung</parameter></methodparam>
      </methodsynopsis>
     <para>
      Gibt bei Erfolg einen Cursor-Index oder bei Auftreten eines
@@ -704,15 +634,9 @@
     <title>Beschreibung</title>
      <methodsynopsis>
       <type>int</type><methodname>ora_parse</methodname>
-      <methodparam>
-       <type>int</type><parameter>Cursor_ind</parameter>
-      </methodparam>
-      <methodparam>
-       <type>string</type><parameter>SQL-Anweisung</parameter>
-      </methodparam>
-      <methodparam>
-       <type>int</type><parameter>aufschieben</parameter>
-      </methodparam>
+      <methodparam><type>int</type><parameter>Cursor_ind</parameter></methodparam>
+      
+<methodparam><type>string</type><parameter>SQL-Anweisung</parameter></methodparam>
+      <methodparam><type>int</type><parameter>aufschieben</parameter></methodparam>
      </methodsynopsis>
     <para>
      &return.success;
@@ -737,9 +661,7 @@
     <title>Beschreibung</title>
      <methodsynopsis>
       <type>int</type><methodname>ora_rollback</methodname>
-      <methodparam>
-       <type>int</type><parameter>Verbindung</parameter>
-      </methodparam>
+      <methodparam><type>int</type><parameter>Verbindung</parameter></methodparam>
      </methodsynopsis>
     <para>
      Gibt bei Erfolg &true; und bei Auftreten eines Fehlers &false;


Reply via email to