mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Fix memcached.get $$flags
(#1585)
This commit is contained in:
parent
214335df7e
commit
4a26c016c3
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
<modifier>public</modifier> <type>mixed</type><methodname>Memcached::get</methodname>
|
||||
<methodparam><type>string</type><parameter>key</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>callable</type><parameter>cache_cb</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>$flags</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>Memcached::get</function> returns the item that was previously
|
||||
|
|
Loading…
Reference in a new issue