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 サーバーの一部ではなく、アプリケーションの一部のように、PHP 用の memcache を実行することは可能ですか? たとえば、memcache ファイルをアプリケーションの include フォルダに配置し、アプリケーション コードから実行しますか? このような:
<?php include 'memcache.php'; $cache = new Memcache; ?>