Changed the description of PDO::FETCH_KEY_VALUE to match actual behaviour (requiring the result set to have exactly two columns). Closes bug #55053.

-- 
Provided by anonymous #11351 ()

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320468 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Justin Martin 2011-12-05 22:31:50 +00:00
parent f76374f37e
commit bca32204ee

View file

@ -271,8 +271,8 @@
</term>
<listitem>
<simpara>
Fetch into an array where the 1st column is a key and all subsequent
columns are values. Available since PHP 5.2.3.
Fetch a two-column result into an array where the first column is a key and the second column
is the value. Available since PHP 5.2.3.
</simpara>
</listitem>
</varlistentry>