0

I am using memcache extension for connecting and playing around with the Memcache server. But now, I want to use a function that is not present in this library but present in Memcached called Memcached::setOption

Its really difficult for me to move the entire code from Memcache to Memcached.

Is there any way by which I can use the functionality of the setOption function without changing the code everywhere?

Manu
  • 901
  • 1
  • 8
  • 28
  • `memcache` and `memcached` are functionally the same with different naming conventions. `set/get` in the first is trivially the same as `setOption/getOption`. – Ohgodwhy May 13 '14 at 12:37
  • See this link.. http://www.php.net/manual/en/book.memcache.php .. There is no function as `setOption` – Manu May 13 '14 at 13:42

0 Answers0