irchtml Sun Feb 20 17:55:54 2005 EDT
Modified files:
/phpdoc/en/reference/sqlite/functions sqlite-fetch-column-types.xml
Log:
WS fix (start at col 0)
http://cvs.php.net/diff.php/phpdoc/en/reference/sqlite/functions/sqlite-fetch-column-types.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/sqlite/functions/sqlite-fetch-column-types.xml
diff -u phpdoc/en/reference/sqlite/functions/sqlite-fetch-column-types.xml:1.6
phpdoc/en/reference/sqlite/functions/sqlite-fetch-column-types.xml:1.7
--- phpdoc/en/reference/sqlite/functions/sqlite-fetch-column-types.xml:1.6
Wed Jan 19 17:13:08 2005
+++ phpdoc/en/reference/sqlite/functions/sqlite-fetch-column-types.xml Sun Feb
20 17:55:54 2005
@@ -1,48 +1,48 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.6 $ -->
- <refentry id="function.sqlite-fetch-column-types">
- <refnamediv>
- <refname>sqlite_fetch_column_types</refname>
- <refname>SQLiteDatabase->fetchColumnTypes</refname>
- <refpurpose>
- Return an array of column types from a particular table
- </refpurpose>
- </refnamediv>
- <refsect1>
- <title>Description</title>
- <methodsynopsis>
- <type>array</type><methodname>sqlite_fetch_column_types</methodname>
-
<methodparam><type>string</type><parameter>table_name</parameter></methodparam>
-
<methodparam><type>resource</type><parameter>dbhandle</parameter></methodparam>
- <methodparam
choice="opt"><type>int</type><parameter>result_type</parameter></methodparam>
- </methodsynopsis>
- <para>Object oriented style (method):</para>
- <classsynopsis>
- <ooclass><classname>SQLiteDatabase</classname></ooclass>
- <methodsynopsis>
- <type>array</type><methodname>fetchColumnTypes</methodname>
-
<methodparam><type>string</type><parameter>table_name</parameter></methodparam>
- <methodparam
choice="opt"><type>int</type><parameter>result_type</parameter></methodparam>
- </methodsynopsis>
- </classsynopsis>
- <para>
- <function>sqlite_fetch_column_types</function> returns an array of column
- data types from the specified <parameter>table_name</parameter> table.
- </para>
- <para>
- The optional <parameter>result_type</parameter> parameter accepts a
- constant and determines how the returned array will be indexed. Using
- <constant>SQLITE_ASSOC</constant> will return only associative indices
- (named fields) while <constant>SQLITE_NUM</constant> will return only
- numerical indices (ordinal field numbers).
<constant>SQLITE_BOTH</constant>
- will return both associative and numerical indices.
- <constant>SQLITE_ASSOC</constant> is the default for this function.
- </para>
- &sqlite.case-fold;
- <para>
- <example>
- <title><function>sqlite_fetch_column_types</function> example</title>
- <programlisting role="php">
+<!-- $Revision: 1.7 $ -->
+<refentry id="function.sqlite-fetch-column-types">
+ <refnamediv>
+ <refname>sqlite_fetch_column_types</refname>
+ <refname>SQLiteDatabase->fetchColumnTypes</refname>
+ <refpurpose>
+ Return an array of column types from a particular table
+ </refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <methodsynopsis>
+ <type>array</type><methodname>sqlite_fetch_column_types</methodname>
+
<methodparam><type>string</type><parameter>table_name</parameter></methodparam>
+
<methodparam><type>resource</type><parameter>dbhandle</parameter></methodparam>
+ <methodparam
choice="opt"><type>int</type><parameter>result_type</parameter></methodparam>
+ </methodsynopsis>
+ <para>Object oriented style (method):</para>
+ <classsynopsis>
+ <ooclass><classname>SQLiteDatabase</classname></ooclass>
+ <methodsynopsis>
+ <type>array</type><methodname>fetchColumnTypes</methodname>
+
<methodparam><type>string</type><parameter>table_name</parameter></methodparam>
+ <methodparam
choice="opt"><type>int</type><parameter>result_type</parameter></methodparam>
+ </methodsynopsis>
+ </classsynopsis>
+ <para>
+ <function>sqlite_fetch_column_types</function> returns an array of column
+ data types from the specified <parameter>table_name</parameter> table.
+ </para>
+ <para>
+ The optional <parameter>result_type</parameter> parameter accepts a
+ constant and determines how the returned array will be indexed. Using
+ <constant>SQLITE_ASSOC</constant> will return only associative indices
+ (named fields) while <constant>SQLITE_NUM</constant> will return only
+ numerical indices (ordinal field numbers). <constant>SQLITE_BOTH</constant>
+ will return both associative and numerical indices.
+ <constant>SQLITE_ASSOC</constant> is the default for this function.
+ </para>
+ &sqlite.case-fold;
+ <para>
+ <example>
+ <title><function>sqlite_fetch_column_types</function> example</title>
+ <programlisting role="php">
<![CDATA[
<?php
$db = sqlite_open('mysqlitedb');
@@ -67,11 +67,11 @@
}
?>
]]>
- </programlisting>
- </example>
- </para>
- </refsect1>
- </refentry>
+ </programlisting>
+ </example>
+ </para>
+ </refsect1>
+</refentry>
<!-- Keep this comment at the end of the file
Local variables: