コード例 #1
0
ファイル: config.php プロジェクト: einervonvielen/hubzilla
function del_abconfig($chan, $xhash, $family, $key)
{
    return Zlib\AbConfig::Delete($chan, $xhash, $family, $key);
}