#! /usr/bin/php addServer("localhost", 11211); foreach ($dict_aa as $key => $value) { $json_out = json_encode ($value); $result = $mc->set($key,$json_out); } print "*** 終了 ***\n"; // ---------------------------------------------------------------- ?>