示例#1
0
function modG($id, $Gnom, $listU)
{
    deleteG($id);
    addG($Gnom, $listU);
}
示例#2
0
function addGr($nom, $uid)
{
    addG($nom, $uid);
}