我使用XAMPP并安装了Memcached,但需要它的应用程序仍然无法工作并返回:
Uncaught Error: Class 'Memcache' not found
我已经安装了以下软件包:'' php -memcached'‘和''memcached'’,我使用php的符号链接(ln -s /usr/bin/php /opt/lampp/bin/)。
下面是我的phpinfo()输出:
PHP Version => 7.0.19-1
System => Linux debian-n 4.9.0-3-amd64
我的机器上有MAMP,我想为php安装memcache,因为我的一个项目会抛出像Fatal error: Class 'Memcache' not found这样的错误。
我从appstore安装了X代码,并在libevent、memcached、libmemcached中安装了自制程序。
然后..。
cd /tmp; pecl download memcached
gzip -d < memcached-2.2.0.tgz | tar -xvf -
cd memcached-2.2.0; phpize
./configure; make
sudo make instal
请原谅,这可能是一个非常基本的问题,但我如何实现这一点呢?
$cache = New Mem;
$cache->event($event)->delete;
它通过下面的函数调用。没有->delete,它可以很好地工作,但我只需要找到一种方法来调用函数内部的delete。
class Mem
{
function event($event)
{
global $pdo;
global $memcached;
$key = md5(sha1($event) . sha1('events')