goba Fri Mar 29 09:47:33 2002 EDT
Modified files:
/phpdoc/en/functions oci8.xml
Log:
Typo fixes in examples and in some explanatory texts
Index: phpdoc/en/functions/oci8.xml
diff -u phpdoc/en/functions/oci8.xml:1.43 phpdoc/en/functions/oci8.xml:1.44
--- phpdoc/en/functions/oci8.xml:1.43 Fri Mar 29 08:53:30 2002
+++ phpdoc/en/functions/oci8.xml Fri Mar 29 09:47:32 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.43 $ -->
+<!-- $Revision: 1.44 $ -->
<reference id="ref.oci8">
<title>Oracle 8 functions</title>
<titleabbrev>OCI8</titleabbrev>
@@ -172,16 +172,16 @@
<methodparam
choice="opt"><type>int</type><parameter>type</parameter></methodparam>
</methodsynopsis>
<para>
- <function>OCIDefineByName</function> uses fetches SQL-Columns
- into user-defined PHP-Variables. Be careful that Oracle user
- ALL-UPPERCASE column-names, whereby in your select you can also
- write lower-case. <function>OCIDefineByName</function> expects
+ <function>OCIDefineByName</function> binds PHP variables for fetches
+ of SQL-Columns. Be careful that Oracle uses ALL-UPPERCASE column-names,
+ whereby in your select you can also write lowercase.
+ <function>OCIDefineByName</function> expects
the <parameter>Column-Name</parameter> to be in uppercase. If you
define a variable that doesn't exists in you select statement, no
error will be given!
</para>
<para>
- If you need to define an abstract Datatype (LOB/ROWID/BFILE) you
+ If you need to define an abstract datatype (LOB/ROWID/BFILE) you
need to allocate it first using
<function>OCINewDescriptor</function> function. See also the
<function>OCIBindByName</function> function.
@@ -191,7 +191,7 @@
<programlisting>
<![CDATA[
<?php
-/* OCIDefineByPos example [EMAIL PROTECTED] (980219) */
+/* OCIDefineByName example - [EMAIL PROTECTED] (980219) */
$conn = OCILogon("scott","tiger");
@@ -454,8 +454,8 @@
<refentry id="function.ociplogon">
<refnamediv>
<refname>OCIPLogon</refname>
- <refpurpose>Connect to an Oracle database and log on using a
- persistent connection. Returns a new session.</refpurpose>
+ <refpurpose>Connect to an Oracle database using a
+ persistent connection</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@@ -484,8 +484,7 @@
<refentry id="function.ocinlogon">
<refnamediv>
<refname>OCINLogon</refname>
- <refpurpose>Connect to an Oracle database and log on using a new
- connection. Returns a new session.</refpurpose>
+ <refpurpose>Establishes a new connection to Oracle</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>