예제 #1
0
function main($data)
{
    $delete = new Delete($data);
    $delete->work();
    echo $delete->xml;
}