Whitespace fixes.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184737 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Dan Scott 2005-04-20 04:29:20 +00:00
parent 7e4a343d5c
commit 8c09a34a04
2 changed files with 75 additions and 75 deletions

View file

@ -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>

View file

@ -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>