Coroutine\Client->peek

窥视数据。peek方法直接操作socket,因此不会引起协程调度。

function Coroutine\Client->peek(int $length = 65535) : string;