Index: phpdoc/de/functions/oci8.xml diff -u phpdoc/de/functions/oci8.xml:1.11 phpdoc/de/functions/oci8.xml:1.12 --- phpdoc/de/functions/oci8.xml:1.11 Sat Jun 23 06:20:26 2001 +++ phpdoc/de/functions/oci8.xml Fri Jun 29 08:52:58 2001 @@ -891,7 +891,7 @@ OCIFetchInto fetcht die nächste Zeile eines SELECT Ergebnisses in das result Array. OCIFetchInto überschreibt dabei den Inhalt in result. - Voreingestellt beinhaltet dann result ein bei 1 + Voreingestellt beinhaltet dann result ein bei 0 beginnendes indiziertes Array mit allen Spalten, welche nicht NULL sind. @@ -904,7 +904,7 @@ OCI_ASSOC Gibt ein assoziatives Array zurück. OCI_NUM Gibt ein indiziertes Array zurück, beginnend - bei 1. (voreingestellt) + bei 0. (voreingestellt) OCI_RETURN_NULLS Gibt auch leere Spalten zurück. OCI_RETURN_LOBS Gibt den Wert eines LOBs zurück, anstatt nur des Descriptors. @@ -1433,7 +1433,7 @@ OCICancel - Coming soon. + Kommt noch. Beschreibung @@ -1444,7 +1444,7 @@ - Coming soon. + Kommt noch. @@ -1452,7 +1452,7 @@ OCIWriteLobToFile - Coming soon. + Kommt noch. Beschreibung @@ -1466,7 +1466,7 @@ - Coming soon. + Kommt noch. @@ -1474,7 +1474,7 @@ OCISaveLobFile - Coming soon. + Kommt noch. Beschreibung @@ -1485,7 +1485,7 @@ - Coming soon. + Kommt noch. @@ -1493,7 +1493,7 @@ OCISaveLob - Coming soon. + Kommt noch. Beschreibung @@ -1504,7 +1504,7 @@ - Coming soon. + Kommt noch. @@ -1512,7 +1512,7 @@ OCILoadLob - Coming soon. + Kommt noch. Beschreibung @@ -1523,7 +1523,7 @@ - Coming soon. + Kommt noch. @@ -1531,7 +1531,7 @@ OCIColumnScale - Coming soon. + Kommt noch. Beschreibung @@ -1543,7 +1543,7 @@ - Coming soon. + Kommt noch. @@ -1551,7 +1551,7 @@ OCIColumnPrecision - Coming soon. + Kommt noch. Beschreibung @@ -1563,7 +1563,7 @@ - Coming soon. + Kommt noch. @@ -1571,7 +1571,7 @@ OCIColumnTypeRaw - Coming soon. + Kommt noch. Beschreibung @@ -1583,7 +1583,7 @@ - Coming soon. + Kommt noch. @@ -1591,7 +1591,7 @@ OCINewCollection - Coming soon. + Kommt noch. Beschreibung @@ -1604,7 +1604,7 @@ - Coming soon. + Kommt noch. @@ -1612,7 +1612,7 @@ OCIFreeCollection - Coming soon. + Kommt noch. Beschreibung @@ -1623,7 +1623,7 @@ - Coming soon. + Kommt noch. @@ -1631,7 +1631,7 @@ OCIFreeCollection - Coming soon. + Kommt noch. Beschreibung @@ -1642,7 +1642,7 @@ - Coming soon. + Kommt noch. @@ -1650,7 +1650,7 @@ OCICollAssign - Coming soon. + Kommt noch. Beschreibung @@ -1662,7 +1662,7 @@ - Coming soon. + Kommt noch. @@ -1670,7 +1670,7 @@ OCICollAssignElem - Coming soon. + Kommt noch. Beschreibung @@ -1683,7 +1683,7 @@ - Coming soon. + Kommt noch. @@ -1691,7 +1691,7 @@ OCICollGetElem - Coming soon. + Kommt noch. Beschreibung @@ -1703,7 +1703,7 @@ - Coming soon. + Kommt noch. @@ -1711,7 +1711,7 @@ OCICollMax - Coming soon. + Kommt noch. Beschreibung @@ -1722,7 +1722,7 @@ - Coming soon. + Kommt noch. @@ -1730,7 +1730,7 @@ OCICollSize - Coming soon. + Kommt noch. Beschreibung @@ -1741,7 +1741,7 @@ - Coming soon. + Kommt noch. @@ -1749,7 +1749,7 @@ OCICollTrim - Coming soon. + Kommt noch. Beschreibung @@ -1761,7 +1761,7 @@ - Coming soon. + Kommt noch. Index: phpdoc/en/functions/oci8.xml diff -u phpdoc/en/functions/oci8.xml:1.24 phpdoc/en/functions/oci8.xml:1.25 --- phpdoc/en/functions/oci8.xml:1.24 Sat Jun 23 13:53:18 2001 +++ phpdoc/en/functions/oci8.xml Fri Jun 29 08:52:59 2001 @@ -942,7 +942,7 @@ statements) into the result array. OCIFetchInto will overwrite the previous content of result. By default - result will contain a one-based array of all + result will contain a zero-based array of all columns that are not NULL. @@ -956,7 +956,7 @@ OCI_NUM Return an numbered array starting with - one. (DEFAULT) + zero. (DEFAULT) OCI_RETURN_NULLS Return empty columns.