コード例 #1
0
ファイル: log.php プロジェクト: kbyyd24/cloudNote
function main($data)
{
    $log = new Logging($data);
    $log->work();
    echo $log->xml;
}