Test::testco PHP Method

testco() public method

public testco ( $x )
    function testco($x)
    {
        (yield $x);
    }