Remove ambiguous reference to 'second'. You can retrieve any column,

but only one of them :)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@190040 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Dan Scott 2005-07-06 20:33:57 +00:00
parent 9fd8891bac
commit d361700692

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc. -->
<refentry id="function.PDOStatement-fetchColumn">
<refnamediv>
@ -49,7 +49,7 @@
</para>
<warning>
<para>
There is no way to return a second column from the same row if you
There is no way to return another column from the same row if you
use <function>PDOStatement::fetchColumn</function> to retrieve data.
</para>
</warning>