Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はphpのドキュメントを読んでいました(参照:ここ)、それはあなたがMemcache::get()単一または複数のリクエストに関数を使用できると言っています、それは可能ですか?
Memcache::get()
はいの場合、なぜgetMultiメソッドがあるのMemcachedですか?
getMulti
Memcached
Memcache::get(array(...))一度に複数の結果を取得する Memcache メソッドです。 Memcached::getMulti()一度に複数の結果を取得する Memcached メソッドです。
Memcache::get(array(...))
Memcached::getMulti()
注: Memcache は、Memcached とはまったく異なるライブラリ/拡張機能です。