$a = new SaeKV(); $a ->init(); F('myarr','hello'); $c=F('myarr'); $b = $a->get('myarr'); var_dump($c); var_dump($b);