function set_pconfig($uid, $family, $key, $value) { return Zlib\PConfig::Set($uid, $family, $key, $value); }
public static function Set($channel_id, $perm, $perm_limit) { ZLib\PConfig::Set($channel_id, 'perm_limits', $perm, $perm_limit); }