Exemplo n.º 1
0
function set_pconfig($uid, $family, $key, $value)
{
    return Zlib\PConfig::Set($uid, $family, $key, $value);
}
Exemplo n.º 2
0
 public static function Set($channel_id, $perm, $perm_limit)
 {
     ZLib\PConfig::Set($channel_id, 'perm_limits', $perm, $perm_limit);
 }