Memcached::touch
(PECL memcached >= 2.0.0)
Memcached::touch — アイテムに新しい有効期限を設定する
説明
Memcached::touch() は、指定したキーに新しい有効期限を設定します。
戻り値
成功した場合に true
を、失敗した場合に false
を返します。
必要に応じて Memcached::getResultCode() を使用しましょう。
+add a note
User Contributed Notes 2 notes
Pramod Patil ¶
10 years ago
This is only supported when binary protocol is enabled.
$obj = new Memcached();
$obj->setOption(\Memcached::OPT_BINARY_PROTOCOL, true);
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google