哪里有php_memcached.dll? [英] Where's php_memcached.dll available now?

查看:47
本文介绍了哪里有php_memcached.dll?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我只能找到php_memcache.dll,搜索几个小时后找不到php_memcached.dll ...

I can only find php_memcache.dll,can't find php_memcached.dll after searching for several hours...

推荐答案

您可以尝试以下操作:memcached-client来自 https://github.com/fwolf/memcached-client :

You can try this: memcached-client from https://github.com/fwolf/memcached-client:

"由于Windows目前没有php memcached扩展,因此很难构建开发环境,因此该类会有所帮助.

"As there has no php memcached extension for windows now, it's difficult to build develop envionment, so this class will be helpful.

由: http://github.com/joonas-fi/xslib-memcached

"

用法:

就像php_memcached扩展,新的Memcached对象等一样.

Just as php_memcached extension, new Memcached object and etc.

$m = new Memcached();
$m->addServer('localhost', 11211);

$m->set('foo', 'bar');
$m->get('foo');

支持的方法:

addServer
addServers
delete
get
getOption
getResultCode
getResultMessage
getServerList
set
setOption
setOptions

这篇关于哪里有php_memcached.dll?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆