示例#1
0
function main()
{
    $c = new c();
    $c->showProp();
    $c->setProp();
    $c->doit();
    $c->showProp();
    $c->setProp();
}