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