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