vrana Fri Aug 10 14:27:10 2007 UTC
Modified files:
/phpdoc/en/reference/pdo/functions PDOStatement-getColumnMeta.xml
Log:
table field
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/pdo/functions/PDOStatement-getColumnMeta.xml?r1=1.9&r2=1.10&diff_format=u
Index: phpdoc/en/reference/pdo/functions/PDOStatement-getColumnMeta.xml
diff -u phpdoc/en/reference/pdo/functions/PDOStatement-getColumnMeta.xml:1.9
phpdoc/en/reference/pdo/functions/PDOStatement-getColumnMeta.xml:1.10
--- phpdoc/en/reference/pdo/functions/PDOStatement-getColumnMeta.xml:1.9
Mon Jul 23 11:28:06 2007
+++ phpdoc/en/reference/pdo/functions/PDOStatement-getColumnMeta.xml Fri Aug
10 14:27:10 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<refentry xml:id="function.PDOStatement-getColumnMeta"
xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>PDOStatement->getColumnMeta()</refname>
@@ -84,6 +84,10 @@
<entry>The name of this column as returned by the database.</entry>
</row>
<row>
+ <entry><literal>table</literal></entry>
+ <entry>The name of this column's table as returned by the
database.</entry>
+ </row>
+ <row>
<entry><literal>len</literal></entry>
<entry>The length of this column. Normally <literal>-1</literal> for
types other than floating point decimals.</entry>
@@ -117,7 +121,6 @@
</refsect1>
-->
- <!-- Use when a CHANGELOG exists
<refsect1 role="changelog">
&reftitle.changelog;
<para>
@@ -131,15 +134,14 @@
</thead>
<tbody>
<row>
- <entry>Enter the PHP version of change here
- <entry>Description of change
+ <entry>5.2.3</entry>
+ <entry><literal>table</literal> field</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1>
- -->
<refsect1 role="examples">
&reftitle.examples;