yield

因为yield 变更为右联接运算符, 所以:

// php5
$r = (yield $something);

// php7
$r = yield $something;

results matching ""

    No results matching ""