Beispiel #1
0
function del_pconfig($uid, $family, $key)
{
    return Zlib\PConfig::Delete($uid, $family, $key);
}
 public static function Set($channel_id, $perm, $perm_limit)
 {
     ZLib\PConfig::Set($channel_id, 'perm_limits', $perm, $perm_limit);
 }