私はphp開発者です。.NET では、サーバーのデータを 1 つの変数に格納できます。
1 つの配列を Apache サーバーに格納して取得できる可能性はありますか?
現在、WAMP で php_memcache.dll を使用しています
$memcache_obj = memcache_connect('localhost',80);
memcache_set($memcache_obj, 'var_key', 'some variable', MEMCACHE_COMPRESSED , 0);
echo memcache_get($memcache_obj, 'var_key');
私がこれをやっているとき memcache_set return false & 警告を出す
Notice: memcache_set() [function.memcache-set]: Server localhost (tcp 80) failed with: Failed reading line from stream (0) in abc file