addServer ("host_ubuntu1",21201); foreach ($dict_aa as $key => $value) { $json_out = json_encode ($value); $result = $mc->set($key,$json_out); } echo "*** OK ***"; // --------------------------------------------------------------------- ?>