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