mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixes #50476, tokyotyrant table type can't support mutil-get
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292555 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a1e623745d
commit
010506a344
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
<term><parameter>keys</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Single integer or an array of integers for multiple keys
|
||||
The primary key, can be a string or an integer
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -38,7 +38,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns the row as an array or an array of arrays for multiple keys
|
||||
Returns the row as an array
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue