Ejemplo n.º 1
0
 public static function Set($account_id, $family, $key, $value)
 {
     return XConfig::Set('a_' . $account_id, $family, $key, $value);
 }