mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
9fd8891bac
commit
d361700692
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue