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,而不是像 PHP 服务器的一部分,而是像我的应用程序的一部分?例如 - 我将 memcache 文件放入我的应用程序包含文件夹,然后从应用程序代码运行它?像这样:
<?php include 'memcache.php'; $cache = new Memcache; ?>