예제 #1
0
function main()
{
    $c = new c();
    $f = $c->genclo();
    foreach ($f() as $v) {
        var_dump($v);
    }
}