我刚刚在我的 xampp 上安装了 memcache,但我无法将它包含到我使用命名空间的文件中。
我如何调用它才能让它在我的命名空间下工作?我只尝试过:
$memcache = new Memcache;
但它说:
Fatal error: Class 'Test\Memcache' not found in x
我刚刚在我的 xampp 上安装了 memcache,但我无法将它包含到我使用命名空间的文件中。
我如何调用它才能让它在我的命名空间下工作?我只尝试过:
$memcache = new Memcache;
但它说:
Fatal error: Class 'Test\Memcache' not found in x