dbs Wed Apr 20 00:29:21 2005 EDT
Modified files:
/phpdoc/en/reference/ibm_db2/functions db2-connect.xml
db2-execute.xml
Log:
Whitespace fixes.
http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/functions/db2-connect.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/ibm_db2/functions/db2-connect.xml
diff -u phpdoc/en/reference/ibm_db2/functions/db2-connect.xml:1.3
phpdoc/en/reference/ibm_db2/functions/db2-connect.xml:1.4
--- phpdoc/en/reference/ibm_db2/functions/db2-connect.xml:1.3 Tue Apr 12
20:37:15 2005
+++ phpdoc/en/reference/ibm_db2/functions/db2-connect.xml Wed Apr 20
00:29:20 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc.
-->
<refentry id="function.db2-connect">
<refnamediv>
@@ -31,64 +31,64 @@
<variablelist>
<varlistentry>
<term><parameter>database</parameter></term>
- <listitem>
- <para>
- For a cataloged connection to a database,
<parameter>database</parameter>
- represents the database alias in the DB2 client catalog.
- </para>
- <para>
- For an uncataloged connection to a database,
- <parameter>database</parameter> represents a complete connection
- string in the following format:
- <literal>DRIVER={IBM DB2 ODBC
DRIVER};DATABASE=<parameter>database</parameter>;HOSTNAME=<parameter>hostname</parameter>;PORT=<parameter>port</parameter>;PROTOCOL=TCPIP;UID=<parameter>username</parameter>;PWD=<parameter>password</parameter>;</literal>
- where the parameters represent the following values:
- <variablelist>
- <varlistentry>
- <term><parameter>database</parameter></term>
- <listitem>
- <para>
- The name of the database.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term><parameter>hostname</parameter></term>
- <listitem>
- <para>
- The hostname or IP address of the database server.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term><parameter>port</parameter></term>
- <listitem>
- <para>
- The TCP/IP port on which the database is listening for
- requests.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term><parameter>username</parameter></term>
- <listitem>
- <para>
- The username with which you are connecting to the
- database.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term><parameter>password</parameter></term>
- <listitem>
- <para>
- The password with which you are connecting to the database.
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
- </para>
- </listitem>
- </varlistentry>
+ <listitem>
+ <para>
+ For a cataloged connection to a database,
<parameter>database</parameter>
+ represents the database alias in the DB2 client catalog.
+ </para>
+ <para>
+ For an uncataloged connection to a database,
+ <parameter>database</parameter> represents a complete connection
+ string in the following format:
+ <literal>DRIVER={IBM DB2 ODBC
DRIVER};DATABASE=<parameter>database</parameter>;HOSTNAME=<parameter>hostname</parameter>;PORT=<parameter>port</parameter>;PROTOCOL=TCPIP;UID=<parameter>username</parameter>;PWD=<parameter>password</parameter>;</literal>
+ where the parameters represent the following values:
+ <variablelist>
+ <varlistentry>
+ <term><parameter>database</parameter></term>
+ <listitem>
+ <para>
+ The name of the database.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><parameter>hostname</parameter></term>
+ <listitem>
+ <para>
+ The hostname or IP address of the database server.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><parameter>port</parameter></term>
+ <listitem>
+ <para>
+ The TCP/IP port on which the database is listening for
+ requests.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><parameter>username</parameter></term>
+ <listitem>
+ <para>
+ The username with which you are connecting to the
+ database.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><parameter>password</parameter></term>
+ <listitem>
+ <para>
+ The password with which you are connecting to the database.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </para>
+ </listitem>
+ </varlistentry>
<varlistentry>
<term><parameter>username</parameter></term>
<listitem>
@@ -100,7 +100,7 @@
string.
</para>
</listitem>
- </varlistentry>
+ </varlistentry>
<varlistentry>
<term><parameter>password</parameter></term>
<listitem>
@@ -136,7 +136,7 @@
</variablelist>
</para>
</listitem>
- </varlistentry>
+ </varlistentry>
</variablelist>
</para>
</refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/functions/db2-execute.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/ibm_db2/functions/db2-execute.xml
diff -u phpdoc/en/reference/ibm_db2/functions/db2-execute.xml:1.2
phpdoc/en/reference/ibm_db2/functions/db2-execute.xml:1.3
--- phpdoc/en/reference/ibm_db2/functions/db2-execute.xml:1.2 Wed Apr 13
14:49:30 2005
+++ phpdoc/en/reference/ibm_db2/functions/db2-execute.xml Wed Apr 20
00:29:20 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc.
-->
<refentry id="function.db2-execute">
<refnamediv>
@@ -46,21 +46,21 @@
<variablelist>
<varlistentry>
<term><parameter>stmt</parameter></term>
- <listitem>
- <para>
- A prepared statement returned from <function>db2_prepare</function>.
- </para>
- </listitem>
- </varlistentry>
+ <listitem>
+ <para>
+ A prepared statement returned from <function>db2_prepare</function>.
+ </para>
+ </listitem>
+ </varlistentry>
<varlistentry>
<term><parameter>parameters</parameter></term>
- <listitem>
- <para>
- An array of input parameters matching any parameter markers contained
- in the prepared statement.
- </para>
- </listitem>
- </varlistentry>
+ <listitem>
+ <para>
+ An array of input parameters matching any parameter markers contained
+ in the prepared statement.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</para>
</refsect1>