Esempio n. 1
0
 public function mset(array $dictionary)
 {
     $this->data->replace($dictionary);
     return 'OK';
 }